Adverti horiz upsell

bi_phaseRender 1.0.0 for Nuke (nuke script)

Render phases of your Nuke script tree. Very easy to use for wip show of.

License
Button download
56 Downloads

Compatibility

  • 6.x

Operating Systems

  • Mac
  • Windows

History

Created:07/29/2013
Last Modified:07/29/2013
File Size: 1.63 KB
Phase Render 1.0 for Nuke
This script is free. Use it on your own risk.

### INSTALL ###
To install the script simply copy "bi_phaseRender.py" to your Nuke scripts folder.
On windows usualy is here: C:/Users/(user)/.nuke
On mac usualy is here: /Library/Application Support/NUKE/(version)/plugins

Tip:If you have trouble finding the place for it, you can use the code bellow to find all Nuke plugin paths on your system. Apply code in Nuke script editor to view the result:
import nuke
print nuke.pluginPath()

If you dont have any of my tools already, then add this code to the bottom of your Nuke menu.py:
toolbar = nuke.menu("Nodes")
borisTools = toolbar.addMenu('BI_tools')
borisTools.addCommand("Phase Render", "import bi_phaseRender as inst; inst.callInputs()", "alt+ctrl+p")

If however, you already have any of my tools then add this code after this line "umbrellaMenu = toolbar.addMenu('BI_tools')" in your Nuke menu.py:
borisTools.addCommand("Phase Render", "import bi_phaseRender as inst; inst.callInputs()", "alt+ctrl+p")

### USE ###
-Select Node from the script tree
-Click on Phase Render
-Select where to output files
-You can use "alt+ctrl+p" as a shortcut

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.