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
01 Apr 2016
430

Untitled

Please login in order to download these files.

Comments   

 
0 # satheesh R 2013-01-19 13:03
Add below line to your menu.py.

nuke.menu( 'Viewer' ).addCommand( 'save image as', "saveImage.save Image()")
 
 
0 # Andei Antonuk 2013-01-19 14:37
how to create shortcut for this...
 
 
0 # satheesh R 2013-01-19 23:10
Just add your shortcut key at end of the above menu.py line... like "ctrl+alt+your shortcut key". Here i used "F3" as shortcut.

nuke.menu( 'Viewer' ).addCommand( 'save image as', "saveImage.save Image()", "F3")
 
 
0 # siam shukoor 2013-01-20 20:49
good one...was waiting for one of this..........
 
 
0 # Ahnwoo Yang 2013-01-21 05:48
I can't use it

I use nuke6.3v2 window

nuke message

Traceback (most recent call last):
File "", line 1, in
NameError: name 'saveImage' is not defined
 
 
0 # satheesh R 2013-01-21 07:31
you have to add import statement on your menu.py. Add below line into your menu.py.

import saveImage
 
 
0 # Ahnwoo Yang 2013-01-21 17:50
Thank you!~ very helpful
 
 
0 # Diego Ramos 2013-01-21 21:20
sorry I cant install this .py, I am begginer in this world, sombody could be helpme..how install this great script..!!
 
 
0 # Vik Stimpson 2013-01-22 05:41
Put this script to Nuke's Python subfolder
and and these lines to your meny.py

import saveImage
nuke.menu( 'Viewer' ).addCommand( 'save image as', "saveImage.save Image()", "F6")
 
 
0 # diogo dubiella 2013-01-23 09:38
Same
http://www.nukepedia.com/python/render/save-frame/
 
 
0 # Rich Bobo 2013-01-23 19:35
Very cool - thanks for the plugin!

Rich
 
 
0 # Gary Couto 2013-01-24 10:17
Thanks for sharing.

Something I would like to see in this would be a colorspace pulldown choice. :-)
 
 
0 # satheesh R 2013-01-24 10:28
Hi gary.... its possible one and easy to add. Can you explain your need for that. else wright a mail to my inbox. .
 
 
0 # Philippe HUBERDEAU 2013-03-11 05:19
Nice ! Thanks a lot Satheesh !
 
 
0 # yirvana tinn 2013-04-08 01:14
alpha channel please!!!!!!!!!
 
 
0 # satheesh R 2013-04-10 12:34
added channel selection function as per above request..
 
 
0 # Richard Courtman 2013-05-14 06:23
Any way to get this to take snapshot at the current zoom level?
 
 
0 # Alexey Kuchinski 2016-04-02 07:12
Thanks Satheesh!
 

You have no rights to post comments

We have 3658 guests and 83 members online