Storing persistent data with Workflow tools #291
Replies: 1 comment
-
|
There are a few ways to keep persistent data with workflow tools. NXT works really hard to clean up after itself and throw data away on re-comps. You can disable re-comps when workflow tools execute by unchecking Tl;dr if you need very persistent data:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Now that I've finally got workflow tools up an running I'm setting up a little UI for a bunch of the rigging scripts I run regularly.
One example of a manual rigging task is taking a big list of joints and parenting them to a big list of controls.
Usually I just run commands to store the current selection into variables and then pass those into a little function to do the parenting for me. But with NXT its not as simple. I wonder what the best way to have a button store some information based on the current selection is, such that another button can use that data to do some work
Beta Was this translation helpful? Give feedback.
All reactions