autosave backup

Automatically backup your autosave files

Updated: 16 June 2010

Author: sebastian

Compatible Nuke versions: All

Compatibility: Linux, Mac, Windows

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

1
2
3
import autosave_backup
 
nuke.addOnScriptSave(autosave_backup.backup_autosave)

 

create a script, save it and watch it create the autosave iterations.

Sign in or register to download or rate.