Save Frame

Save Frame is a simple script to save the current frame to a file.

Updated: 7 May 2018

Author: dubiella

Compatible Nuke versions: 6.0 or later

Compatibility: Linux, Mac, Windows

Save Frame is a simple script to save the current frame to a file.

Instalation
Copy saveFrame.py to YourNukeRootFoder/plugins/
Copy saveFrame.png to YourNukeRootFoder/plugins/icons/
Append to Menu.py in YourNukeRootFoder/plugins/

https://vimeo.com/268325065

 

1
2
3
4
5
6
import saveFrame
 
# saveFrame
m = menubar.addMenu('&Render')
m.addCommand('-', '', '')
m.addCommand('Save Frame', 'saveFrame.saveFrame()' , icon='saveFrame.png')


Instruction
Just Click in saveFrame in Render > Save Frame
Save Dialog show up!. Place the file name with the extension. (ex. 'C:/Users/Desktop/file.jpg')
Done.

 

Sign in or register to download or rate.