In query mode, return type is based on queried flag.
Long name (short name) |
Argument types |
Properties |
-allNodes(-all)
|
|
|
|
This flag lets you select which nodes are to be used for the operation.
If it is not set then the selection list will be used, otherwise all
nodes in the scene will be used.
This flag can be used in query mode to find the set of frozen nodes in the scene.
It can also be used in create mode with filters (displayLayers, invisible,
or frozen) to target a specific subset of nodes in your scene.
|
|
-displayLayers(-dl)
|
|
|
|
If this flag is enabled then the display layers on the list to be processed
will be walked. Any nodes they control will be added to the processing list,
providing the display layer visibility control is off and not connected.
Note: Animated visibility or enabled states will be treated as matches to
be thorough. No attempt is made to check for static animation.
|
|
-downstream(-dn)
|
|
|
|
If this flag is enabled then the frozen state will attempt to propagate
downstream from the selected nodes. e.g. the mesh shape deformations being
controlled by a skeleton rig.
|
|
-frozen(-f)
|
|
|
|
If this flag is enabled then the list of nodes to be processed will be
filtered out so that only nodes with the frozen attribute already set are
included. Otherwise all nodes being processed will first have their frozen
attribute set before propagating the frozen state.
This flag would only be used if you had previously frozen the desired nodes
and are just using the command to propagate the frozen state through the graph.
|
|
-invisible(-i)
|
|
|
|
If this flag is enabled then the invisible nodes on the list to be processed
will be walked. Any nodes below them in the DAG hierarchy will be added to
the processing list, providing the visibility attribute is not connected.
Note: Animated visibility states will be treated as a match to
be thorough. No attempt is made to check for static animation.
|
|
-noFreeze(-n)
|
|
|
|
This flag previews the nodes that will be frozen without actually freezing them.
|
|
-unfreeze(-uf)
|
|
|
|
If this flag is enabled then the nodes being processed will have their frozen
state turned off instead of on. All of the same filtering and propagating will
be done when deciding which nodes to modify.
In query mode this flag switches from returning the already-frozen nodes to
returning the unfrozen nodes.
|
|
-upstream(-up)
|
|
|
|
If this flag is enabled then the frozen state will attempt to propagate
upstream through the selected nodes. e.g. the param curves feeding into
a frozen transform.
Heuristics are applied to this propagation to ensure that upstream nodes
that are still used by unfrozen nodes will stay unfrozen themselves.
|
|