saveImage v1.5
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: satheesh R
1.5: Added colorspace selection function. Tested nuke 8.0, 9.0+.
refined the script from older version.
1.4: Added channel selection function.
Hi nuker's finally found a solution for our long time wish and expectation. Now you can save image from the viewer. Like eyeon fusion and other application.
Requirements:
9.0, 8.0, 7.1, 7.0, 6.3, 6.2, 6.1, 6.0 or later
Linux, Mac, Windows
9.0, 8.0, 7.1, 7.0, 6.3, 6.2, 6.1, 6.0 or later
Linux, Mac, Windows


Please login in order to download these files.
Comments
nuke.menu( 'Viewer' ).addCommand( 'save image as', "saveImage.save Image()")
nuke.menu( 'Viewer' ).addCommand( 'save image as', "saveImage.save Image()", "F3")
I use nuke6.3v2 window
nuke message
Traceback (most recent call last):
File "
NameError: name 'saveImage' is not defined
import saveImage
and and these lines to your meny.py
import saveImage
nuke.menu( 'Viewer' ).addCommand( 'save image as', "saveImage.save Image()", "F6")
http://www.nukepedia.com/python/render/save-frame/
Rich
Something I would like to see in this would be a colorspace pulldown choice.
RSS feed for comments to this post