This class inherits from Qt’s QtWidgets.QWidget
class.
Methods ¶
__init__(node, showTitleBar, compact, labelsize)
Create and return a Houdini parameters dialog.
node
Must be set to the hou.OpNode
object from which to get the parameters.
showTitleBar
Show the Parameter Editor Title Bar. Defaults to False.
compact
Create a parameter editor with smaller trailing and leading space for parameters. Defaults to False.
labelsize
Override the parameter label size in inches. A value of -1.0 means to use the default label size. Defaults to -1.0.
setNode(node)
Sets the parameters dialog to use the provided node. node
must be a
hou.OpNode
object
node()
→ hou.OpNode
Returns the node that the parameters dialog is set to.
scrollPosition()
→ hou.Vector2
Return the Parameter Editor scroll bars position as percentages.
setScrollPosition(self,pos)
Set Parameter Editor scroll bars position as hou.Vector2 percentages.
setMultiParmTab(self,parm, tab_index)
Switch a Multi Parameter Tab to a given tab using a parameter name.
multiParmTab(self,parm)
→ int
Returns the currently visible tab index using a parameter name.
visibleParms()
→ tuple
of hou.ParmTuple
Returns the currently visible parameters.