ombind command
Binds a handle to an operator parameter.
Replaced by: hou.HandleBinding, hou.handleBindings
See also: ombindinfo, omls, omunbind, omwhere
Usages
-
ombind [-t obj|sop|pop|cop2] [-d settings] instance op_parm handle_parm
Options
|
|
Network type. Default is sop. |
|
|
The default settings for this handle type when bound to this type of operator. The meaning of these settings varies between types of handles. This option only has meaning when the instance of the handle does not yet exist (ie. it only works for the first ombind command in the set of commands for one handle). To turn the handle off by default, use a default setting of “i”. |
Examples
ombind -t sop "First U" carve:group uisoparm:input ombind -t sop "First U" carve:domainu1 uisoparm:kThe first command binds the group parameter of the carve sop, to the movement of the input parameter of the uisoparm handle.
The “First U” instance is created assuming it is not already created. The domainu1 binding to the handle parameter k is appended to the existing “First U” instance.