opunwire command
Disconnects inputs from an operator.
Replaced by: hou.Node
Usages
-
opunwire object input_number [input_number ...]
The input_number specifies the number of the input to unwire, starting at 0.
Examples
opunwire box1 0
Disconnects the input from the box SOP.
opunwire merge1 1 3 5Disconnects inputs 1, 3, and 5 from the merge SOP.