pomattach
command
Attaches an operator to a handle, or a handle to a group.
Replaced by: hou.PersistentHandleGroup, hou.PersistentHandle
See also: pomadd, pomclear, pomdetach, pomls
Usages
-
pomattach manip_name op_name [op_parm:manip_parm] -
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
|
|
Attach a handle to a group. |
Examples
pomattach "New Xform" /obj/geo1 tx:tx ty:ty tz:szLinks 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.