oporder command
Changes the user-defined order of operators.
Replaced by: hou.Node
Usages
-
oporder operator [operator2 ...] before_op -
oporder [-b | -e] operator [operator2 ...]
If you don’t use the -e flag, the operators are moved before the last operator you specify.
If you use the -e flag, the operators are moved to the end of the order.
Options
|
|
Moves the specified operator(s) to the end of the order. If you use this flag, you do not specify a before_node. |
|
|
Moves the specified nodes to the start of the list. If you use this flag, you do not specify a before_node. |
Examples
oporder cam* geo1
Moves all cameras to before the geo1 object.
oporder -e modelMoves the model object to the end of the list.