kyScript MEL 20140620
ky_autoSaveScene ver1.0.0
This script saves the scene data of Maya automatically at the interval which you decided.
Very simple auto save scene program.
1.setup---------------------------------
This program is procedure.
Please put "ky_autoSaveScene.mel" and "userSetup.mel" in your script directory.
When a "userSetup.mel" is already in a directory.
Please add the following text to "userSetup.mel".
"scriptJob -conditionTrue "SomethingSelected" ky_autoSaveScene;"
Please restart Maya.
2.The interval of autosave--------------
The defaults setting of the autosave is 30 minutes, and saved "mayaBinary".
Your scene is saved automatically every 30 minutes.
It is not saved when the scene is not changed.
It is saved by the following names.
If Your scene name "yourScene.mb".
yourScene_autoSave1625.mb
yourScene_autoSave1655.mb
yourScene_autoSave1725.mb
yourScene_autoSave1755.mb
...
When you want to change an interval,
please change the value of "$saveInterval" of "ky_autoSaveScene.mel."
A value is the minute.
Please save "ky_autoSaveScene.mel" and restart Maya.
----------------------------------------
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.