Stores v1.0


 
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: frank rueter
Website: www.ohufx.com
Save a node's knob values to "stores" and recall them at any time.
Requirements:
or later
15 Jun 2010
398

This module adds the feature of saving node values in "stores", which then can be recalled either via the right click menu, or dedicated buttons in the new Store tab of the node at any time. 

To install it, just drop the the python file into your nuke path and add those lines to your menu.py:

1
2
import stores
stores.addStoresMenu()

 

By default three stores will be created. You can change the amount of stores you get and also exclude certain knobs from being saved by feeding the respective arguments into the addStoresMenu() method:

1
stores.addStoresMenu( amount = 5, excludeKnobs=['channels', 'mix'])

 


Now launch Nuke and right click into the property panel of any node.

stores_01

You can now save the current node settings to any of the available 3 stores via the "Stores" sub menu. The amount of stores you can use is customisable (see below).
When you save knob values to a store, you are prompted to give the store a label.
stores_02
You can just hit ok or cancel to leave the store un-labelled.
The first time you save a store, the "Stores" tab is created in that node which holds the buttons.
Unused stores will have a small label in italics, used stores will use a bold font.

stores_03

The label that was given to a particular store along with it's saved knob/value pairs can be viewed in the respective button's tooltip.
stores_04
(Unfortunately a Nuke bug currently prevents the labels and toolsips from being redrawn immediately when a store is saved, but they will show up correctly after the panel was closed and re-opened.)

You can now either recall the stored values via the same right click menu you used to save them, or via the buttons.
The saved stores are baked into the node and independent of the python script that created them, so you can exchange nodes with other artists that don't have the python script in their plugin path.









Please login in order to download these files.

Comments   

 
0 # Frank Rueter 2010-10-18 16:33
subscribing...
 
 
0 # djati waskito 2010-12-16 16:56
amazing Frank--thank you
 
 
0 # steve morel 2011-03-28 10:03
Wow ! this is really something here Frank ! I think your going to be my favorite hero now :D
Cheer !
 
 
0 # Sven Akelian 2017-11-15 11:36
Hello Frank 2017 here.
Do you still use Stores ? Just had a quite similar idea and stumbled upon yours
 
 
0 # Frank Rueter 2017-11-15 21:48
Hi Sven. I'm not using stores anymore to be honest. But it's just because of my personal workflow, technically it should still be good to go.
 

You have no rights to post comments

We have 2892 guests and 67 members online