These looks are used by hou.ParmTemplate objects and control the user interface of the parameter in parameter editors.
Values ¶
            hou.parmLook.Regular
        
The default parameter look.
            hou.parmLook.Logarithmic
        
The parameter displays a slider that changes the value on a logarithmic scale.
            hou.parmLook.Angle
        
The parameter has an arc control to enter an angle.
If you use this look, set your parameter’s naming scheme to hou.parmNamingScheme.Base1.
            hou.parmLook.Vector
        
The parameter has a handle beside the label to edit the vector direction.
If you use this look, set your parameter’s naming scheme to hou.parmNamingScheme.XYZW.
            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.
If you use this look, set your parameter’s naming scheme to hou.parmNamingScheme.RGBA.
            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.