Houdini 11 Houdini Object Model hou

Enumeration of available looks for a parameter

These looks are stored inside hou.ParmTemplate objects and determine the appearance of parameters inside parameter dialogs.

  • hou.parmLook.Regular

    The default parameter look.

  • hou.parmLook.Slider

    The parameter displays a slider.

  • hou.parmLook.Angle

    The parameter has an arc control to enter an angle.

  • hou.parmLook.Vector

    The parameter has a handle beside the label to edit the vector direction.

  • hou.parmLook.ColorSquare

    The parameter has a square button beside the label to display the current color. You can click on the square to edit the color.

  • hou.parmLook.HueCircle

    The parameter has a hue circle with a pie-shaped region, like the keying nodes in COPs have.

  • hou.parmLook.CRGBAPlaneChooser

    The parameter has an RGBA mask, with buttons to toggle the red, green, blue, and alpha planes.

The following restrictions exist on parm looks: