omunbind command
Removes bindings between an operator and a handle.
Replaced by: hou.HandleBinding, hou.HandleNodeTypeParmBinding
See also: ombind, ombindinfo, omls, omwhere
Usages
-
omunbind [-t obj|sop|pop|cop2] op_parm [instance]
Options
|
|
Network type. Default is sop. |
|
|
bindings to remove with respect to the bound operator. Use the forms:
(You must specify the operator name.) |
|
|
label of the handle to disconnect from the operator or parameter. |
Examples
omunbind xform
Removes all bindings for the xform sop.
omunbind xform:tx
Removes all bindings to xform’s tx parameter.
omunbind xform:tx Transformer
Removes all bindings of xform’s tx parameter that are bound to the Transformer handle.