hou.FolderSetParmTemplate class

Describes a set of folders.

Inheritence: hou.ParmTemplate >

A folder set a group of adjacent folders, and only one of those folders can be displayed at a time. A folder set corresponds to one parameter, and the value of that parameter determines which folder is displayed.

Methods

__init__(self, name, folder_names, tags={})

Create a new FolderSetParmTemplate instance.

folderNames(self) → tuple of str

Returns the names of the folders in this set.

When hou.Parm.evalAsString is called on a folder parameter, it will return one of these folder names.