hou.ParmTemplate class

All Methods Replaces

Subclasses: hou.SeparatorParmTemplate , hou.MenuParmTemplate , hou.LabelParmTemplate , hou.RampParmTemplate , hou.FolderSetParmTemplate , hou.NodeReferenceParmTemplate , hou.FloatParmTemplate , hou.FileReferenceParmTemplate , hou.ToggleParmTemplate , hou.ButtonParmTemplate , hou.StringParmTemplate , hou.IntParmTemplate

Methods

asCode(self, function_name=None)str

Prints the Python code necessary to recreate a parm template.

function_name

If specified, the output will be wrapped in this function.

dataType(self) → hou.parmData enum value

Not documented yet

defaultValue(self)

Not implemented yet

disableWhen(self)str

Not documented yet

help(self)str

Returns the help that Houdini displays when you hover over the parameter label in the parameter pane.

hide(self, on)

Marks this parameter as visible or invisible in the parameter pane.

Note that hidden parameters still exist, and can be evaluated, channel-referenced, etc. They simply will not be displayed in the parameter pane.

isHidden(self)bool

Returns whether this parameter is hidden in the parameter pane.

joinWithNext(self)bool

Returns whether this parameter is displayed on the same line as the next parameter in the parameter pane.

label(self) → string

Not documented yet

look(self) → hou.parmLook enum value

Not documented yet

mayContainExpressions(self)

Not implemented yet

name(self) → string

Not documented yet

namingScheme(self) → hou.parmNamingScheme enum value

Not documented yet

numComponents(self) → int

Not documented yet

setDisableWhen(self, disable_when)

Not documented yet

setHelp(self, help)

Set the help that Houdini displays when you hover over the parameter label in the parameter pane.

setJoinWithNext(self, on)

Sets whether this parameter is displayed on the same line as the next parameter in the parameter pane.

setName(self, name)

Not documented yet

setTags(self, tags)

Not documented yet

tags(self) -> dict of string to string

Not documented yet

type(self) → hou.parmTemplateType enum value

Not documented yet

Replaces

opscript command