Auto Save 1.0.4 (maya script)
This script adds the auto-save on Maya.
This script adds the auto-save on Maya.
Description:
This script adds the auto-save on Maya.

- if the scene have not yet a name, the "File As" standard window is opened
- incremental save options are used if there're activated
update on v1.0.4:Setup:
The Auto Save Options menu is located on the standard File menu.
Instalation:
Put the file:
- NPautoSave.mel
on your mel scripts folder:
(Windows)
:Documents and SettingsusernameMy Documentsmayascripts
(Mac OS X) Users/username/Library/Preferences/Alias/maya/x.0/scripts
(IRIX and Linux) ~username/maya/scripts
and create or locate your userSetup.mel, by default on this folder:
(Windows)
:Documents and Settings My Documentsmaya scripts
(Mac) ~/Library/Preferences/Alias/maya//scripts
(Linux) ~/maya//scripts
or, if you use the BonusTool, in the script folder of it.
(Windows)
:Program FilesAliasMaya BonusTools
(Mac) /Users/Shared/Alias/maya/
(Linux) /usr/aw/maya/BonusTools
and put the command:
buildDeferredMenus(); //for Maya 2009 (only once)
source NPautoSave;
and restart maya...