Go to: Synopsis. Return value. MEL examples.
setState( string $type, int $state )
Note that setting the state for certain types of nodes can have unpredictable results (things will stop building, evaluating, etc, and it can be difficult to determine what is happening in the scene in certain complex cases). Use this mainly for things like expressions, etc.
None
Variable Name | Variable Type | Description |
---|---|---|
$type | string | : type of node to operate on. valid choices are: iksolver, constraint, expression, particle, rigidbody, snapshot or "all", which will do all of the above. |
$state | int | : state to set for the node. "off" will turn the node off ("blocking" mode), and "on" will turn the node on ("normal" mode). |
setState "expression" on;