See also hou.FolderParmTemplate.
Values ¶
hou.folderType.Collapsible
A folder that expands and collapses to show and hide its contents respectively.
hou.folderType.Simple
A simple folder for organizing parameters in the form of a group box.
hou.folderType.Tabs
A normal folder represented by a tab.
hou.folderType.RadioButtons
A folder with a radio button. The open folder is the selected radio button in the set of buttons.
hou.folderType.MultiparmBlock
A block of multiparms. The user can add or remove instances of this parameter block.
hou.folderType.ScrollingMultiparmBlock
A multiparm block inside a smaller region with scroll bars.
hou.folderType.TabbedMultiparmBlock
A multiparm block where each instance of the parameters in the block appears in its own tab.
hou.folderType.ImportBlock
A block containing parameters imported from another node.