Docs Workflow
ResetPLS1
Reset stateful operators (feedback, cache, timers, counts) across the project, with a pattern-based exception list. Bound to ctrl+0.
⚡ Workflow
Global ResetPLS
This component takes care of all your reset needs, pulsing all resetpulse or similar parameters of operators included in search.
You can enable or disable certain operator types (hope I didn't forget any). No more dragging a Keyboard In CHOP all across your networks!
You can also specify exceptions and whether those exceptions block further resets down the line (only relevant for COMPs).
It is bound to Ctrl+0 hotkey (which I have bound to one of my mouse buttons as well).
Conf
- Root: where opfindDAT should start the search
- Limit Depth: enable limit how far opfind should search
- Depth: maximum depth of limit
- Except: list of opeartor exceptions the search should ignore.
- Exceptions Limit: only relevant for baseCOMP that are listed as Exception. If enabled all further operators under are also excluded.
- Enable/Disable All OPtypes: sets the state of all operator type toggles
- Reset: pulses reset parameter for all included operators
TOP, CHOP, SOP, COMP
- Individual toggles enabling/disabling certain operator types (only ones relevant for resetting listed)
- For COMP operators and Script TOP/CHOP/SOP/DAT: the component assumes a pulse parameter named
ResetorResetpulse. The list of assumed parameters can be edited under theMiscparameter tab, clicking the pulseEdit Custom Reset Pars
Misc
- Reset Timeline: if enabled resets root timeline to the frame specified in
Reset Frame - Reset Frame: which frame to reset to if
Reset Timelineis enabled - Custom Script: toggles executing a custom callback on reset
- Create Callbacks: create a text DAT next to this component where you can define an
onResetscript - Callbacks: location of the callback script (points to the default script by default)
- Static Exceptions: you should list all pattern match strings here you want to exclude.
- A use-case for this is some common custom components such as the already present
colour_lovers_picker. You must prepend your string with a^. - After adding more rows to this list you should re-save the component either as external tox or into your palette.
- A use-case for this is some common custom components such as the already present
- Edit Custom Reset Pars: list of parameter names assumed to be present in Base, Container, Script TOP/CHOP/SOP/DATs for the purpose of resetting. You can add more rows.