This module provides functions for querying the set of standard properties that appear under the Render Properties tab when editing the parameters of a node or node type. This can make it easier to add these render properties programmatically to your nodes or assets.
Functions ¶
classes(tags=None)
→ tuple
of str
Returns a list of render property classes. If the tags argument is provided, only those classes that match the provided tag expression will be returned.
classLabel(class_name)
→ str
Returns the descriptive label for the provided render property class.
categories(class_name)
→ tuple
of str
Returns the property categories in the provided render property class.
parameters(class_name, category_name)
→ tuple
of str
Returns the names of all parameters under the category within the provided render property class.
parmTemplate(class_name, parm_name)
→ hou.ParmTemplate
Returns an object that represents the template for the specified render property parameter. This parameter may be a folder parameter if several parameters are intended to be added as a group.