hou.NodeTypeCategory class
Represents a category of node types, such as surface nodes (SOPs) or particle nodes (POPs).
Subclasses: hou.ShopNodeTypeCategory
Not implemented yet
Use the hou.nodeTypeCategories() function to get a dict of names to NodeTypeCategory objects.
Methods
findNodeTypes(self, pattern)→ tuple of NodeTypesname(self)→str-
Returns the name of this node type category.
nodeTypes(self)→ dict of strings to NodeTypesscriptDirName(self)viewerStates(self, viewer_type)→ tuple of ViewerStates