pomattach command

Attaches an operator to a handle, or a handle to a group.

Replaced by: hou.PersistentHandleGroup, hou.PersistentHandle

All Usages Options Examples

See also: pomadd, pomclear, pomdetach, pomls

Usages

  1. pomattach manip_name op_name [op_parm:manip_parm]

  2. pomattach -g manip_group_name manip_name

When attaching an operator to a handle, you can also specify a list of operator parameters to link to the handle parameters, using the form op_parm:manip_parm. Use the omls command to determine what parameters are available for a given handle type.

Options

-g

Attach a handle to a group.

Examples

pomattach "New Xform" /obj/geo1 tx:tx ty:ty tz:sz
Links operator /obj/geo1 to the “New Xform” handle, and binds the operator tx, ty, tz parameters to the tx, ty, sz parameters of the handle.

pomattach -g "New Group" "New Xform"
Adds the handle “New Xform” to the “New Group” group.