Adverti horiz upsell

bi_nodePresets (nuke script) 1.0.0 for Nuke (nuke script)

Node Preset sets your node settings in a preset

License
Button download
58 Downloads

Compatibility

  • 6.x

Operating Systems

  • Linux
  • Mac
  • Windows

History

Created:02/18/2014
Last Modified:02/18/2014
File Size: 1.82 KB

Keywords

presets, Boris, nuke

Node Presets 1.0 for Nuke
This script is free. Use it on your own risk.

### INSTALL ###
To install the script simply copy "bi_nodePresets.py" to your Nuke scripts folder.On windows usualy is here: C:/Users/(user)/.nukeOn 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("Node Presets", "import bi_nodePresets as inst;inst.storePreset()")

If however, you already have any of my tools then add this code after this line "umbrellaMenu = toolbar.addMen('BI_tools')" in your Nuke menu.py:borisTools.addCommand("Open Tile...", "import bi_nodePresets as inst;inst.storePreset()")

### USE ###
-Select any node
-Change its values to anything you would like to store as a preset
-Use the script 
-Give the name to the preset
-Once executed script will create new tab called "Presets" inside the node

### FEATURES ###-Remove preset
-Multiple presets
-Presets work on the current node. So you can even copy node with all the presets and use it on that node
-Presets are built using Nuke's user preset module, but extended with saving feature

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.