hou.SeparatorParmTemplate class
Template for a separator parameter. Separators are just lines between parameters.
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
__init__(self, name, is_hidden=False, tags={})-
Creates a new SeparatorParmTemplate instance.