pomset
command
Sets the display flags of a persistent handle or group.
Replaced by: hou.PersistentHandleGroup, hou.PersistentHandle
See also: pomadd, pomls, pomparm
Usages
-
pomset [-e on|off] [-p on|off] [-c on|off] [-s on|off] [-m mask] [-r r g b] manip_name -
pomset [-e on|off] -g manip_group_name
Options
|
|
Change the flags for all handles in a group. |
|
|
Display handle on/off. If you are manipulating a group with -g, this sets the display flag for every handle in the group. |
|
|
Display handle when viewing parent ops on/off |
|
|
Display handle when viewing child ops on/off |
|
|
Display handle when viewing sibling ops on/off |
|
|
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”.