Hi,
I like to be able to change my network while I’m performing, how can I do that? (Instead of making GUIs and assign them to different parameters)
Thanks
Hi,
I like to be able to change my network while I’m performing, how can I do that? (Instead of making GUIs and assign them to different parameters)
Thanks
Well the best way would depend on what changes you are hoping to make.
Here are some ideas for quickly making rough changes
1.Before entering perform mode, have the parameter dialog of the operator(s) you want to alter open, by right clicking the node and clicking ‘parameters’
or
Customize your top level component to contain all of parameters you want to alter during the perform. In your perform, embed and configure a Parameter Comp aimed at your new custom top level component(or just pop it out before your perform). Here you will have access to a master set of Parameters and change multiple things right in your UI.
I like to Include a custom parameter of an op type(TOP,DAT, CHOP etc) that isn’t linked to anything changing. Once the custom OP parameter is populated with a node, you will be able to use the little arrow next to the parameter (like in a phong map) to pop out a little network editor to make changes or view the network during perform
For making precise, predetermined, changes; Select ops, Op find dats, custom components, panel comps, etc… Some changes like adding or removing nodes will be best done with scripts, perhaps in an op execute dat. Really so many ways of doing anything it would be best to ask specific questions for specific change you want to see.