autosave backup v1.0
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Sebastian Elsner
Automatically backup your autosave files
Requirements:
or later
or later
15 Jun 2010
1029
Sometimes nuke scripts do not get saved properly and even the autosave file is corrupt or not existing any more. By hooking this script into the save process autosave files are handled in a way shake did: create incremented backup files with a max number of files.
Installation:
1) Drop the script in you nuke path
2) Add this lines to your menu.py
Installation:
1) Drop the script in you nuke path
2) Add this lines to your menu.py
1 2 3 |
import autosave_backup nuke.addOnScriptSave(autosave_backup.backup_autosave) |
create a script, save it and watch it create the autosave iterations.
Please login in order to download these files.
Comments
Thank you in advance for your advice
Shane
This works so well, thankyou.
Any chance you can help me change the location of the autosave files? to be local? for example... %USERPROFILE%\M y Documents\nuke_ autosave
I'm trying to avoid pop-ups.
If there's a way to disable that warning, I love it.
RSS feed for comments to this post