ombind command

Binds a handle to an operator parameter.

Replaced by: hou.HandleBinding, hou.handleBindings

All Usages Options Examples

See also: ombindinfo, omls, omunbind, omwhere

Usages

  1. ombind [-t obj|sop|pop|cop2] [-d settings] instance op_parm handle_parm

Options

-t obj|sop|pop|cop2

Network type. Default is sop.

-d settings

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:k
The 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.