omunbind command

Removes bindings between an operator and a handle.

Replaced by: hou.HandleBinding, hou.HandleNodeTypeParmBinding

All Usages Options Examples

See also: ombind, ombindinfo, omls, omwhere

Usages

  1. omunbind [-t obj|sop|pop|cop2] op_parm [instance]

Options

-t obj|sop|pop|cop2

Network type. Default is sop.

op_parm

bindings to remove with respect to the bound operator. Use the forms:

  • operator_name

  • operator_name:parm_name

(You must specify the operator name.)

instance

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.