pomset command

Sets the display flags of a persistent handle or group.

Replaced by: hou.PersistentHandleGroup, hou.PersistentHandle

All Usages Options Examples

See also: pomadd, pomls, pomparm

Usages

  1. pomset [-e on|off] [-p on|off] [-c on|off] [-s on|off] [-m mask] [-r r g b] manip_name

  2. pomset [-e on|off] -g manip_group_name

Options

-g

Change the flags for all handles in a group.

-e on|off

Display handle on/off. If you are manipulating a group with -g, this sets the display flag for every handle in the group.

-p on|off

Display handle when viewing parent ops on/off

-c on|off

Display handle when viewing child ops on/off

-s on|off

Display handle when viewing sibling ops on/off

-r r g b

Sets the handle color. Each component should be a fraction between 0 and 1.

Examples

pomset -e on -r 0 1 0 "New Xform"
Turns on handle “New Xform”, and sets its color to green.

pomset -e off -g "New Group"
Turns off all handles in the group named “New Group”.