Adverti horiz upsell

saveFrame 1.0.0 for Nuke (nuke script)

saveFrame is a simple script to save the current frame to a file.

License
Button download
92 Downloads

Compatibility

  • 6.x, 5.x, 4.x, 3.x, 2.x, 1.x

Operating Systems

  • Irix
  • Linux
  • Mac
  • Solaris
  • Windows

History

Created:09/23/2012
Last Modified:09/23/2012
File Size: 4.65 KB

Keywords

png, jpg, saveFrame, nuke, Snap shot

saveFrame 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/

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

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



Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.