opunwire command

Disconnects inputs from an operator.

Replaced by: hou.Node

All Usages Examples

Usages

  1. 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 5
Disconnects inputs 1, 3, and 5 from the merge SOP.