hou.IntParmTemplate
class
Inheritence: hou.ParmTemplate >
Methods
Methods inherited from hou.ParmTemplate: numComponents, hide, help, name, look, dataType, setName, defaultValue, mayContainExpressions, setJoinWithNext, joinWithNext, setHelp, asCode, type, setTags, setDisableWhen, label, isHidden, namingScheme, tags, disableWhen
defaultValue(self)→ tuple ofint-
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)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.