RememberToSave

Remember To Save!!!!!! (BETA version)

Updated: 20 February 2014

Author: malkuth

Compatible Nuke versions: 7.0 or later

Compatibility: Mac

Please note that this is a BETA version!

Did you find yourself asking witch one of your scripts was used to render a certain version of a 'pre comp'/final footage? This tool might help you with that.
What it does is adding a 'afterRender' 'callback' for the default nuke 'Write' node in order to save a copy of all nuke nodes in the script to a new '.nk' file with the same name and location as the 'file' knob on your 'Write' node, after the rendering is completed.


Please add tis to your menu.py

import RememberToSave
nuke.knobDefault( 'Write.afterRender', 'RememberToSave.currRender_sourceFile()')


v1.2

- Removed the 'double callback' function - Thanks Frank!

- sequence padding stripped out from the script name

Sign in or register to download or rate.