hou.IntParmTemplate class

Inheritence: hou.ParmTemplate >

Methods

defaultValue(self) → tuple of int

Returns the default value for new parameter instances.

IntParmTemplate(self, num_components, default_value=None, naming_scheme=hou.parmNamingScheme.NoSuffix, look=hou.parmLook.Regular, may_contain_expressions=True, is_hidden=False, strict_range=None, ui_range=None)

Not implemented yet

maxIsStrict(self)bool

Returns whether the maximum value is strictly enforced.

maxValue(self)int

Returns the minimum value of the parameter.

minIsStrict(self)bool

Returns whether the minimum value is strictly enforced.

minValue(self)int

Returns the minimum value of the parameter.