Home Reference Houdini Object Model hou 

hou.NodeType class

Class representing a type of a node.

Subtopics

Add an alias for the node type, which allows a node of that type to be created using an alternate name.
This is not implemented yet
Return all current aliases for the node type.
Search all installed operator type libraries and return all HDADefinitions for this node type.
Return the node type category for this node type. For example, for the geometry object, the result would be the object returned by hou.objectNodeTypeCategory().
Return the HDADefinition defining this node type.
Return the description of the node type. For example, for the geometry object, the description would be “Geometry”.
This is not implemented yet
Deprecated: Use isGenerator.
This is not documented yet
Returns the HDAModule object for this node type. If the type is not for a digital asset, the module is empty. Otherwise, the module contents will correspond to the user-defined “Python Module” section in the digital asset.
This is not documented yet
Return the name of the icon for this node type.
Return all nodes of this type that currently exist in the network.
This is not documented yet
Returns True if the NodeType is a manager node. The manager nodes are /obj, /out, /part, /ch, /shop, /img, and /vex, as well as some container node types, like the shop network node type.
Deprecated: Use isManager.
Return the maximum number of inputs for this node type.
Return the maximum number of outputs for this node type.
Return the minimum number of inputs for this node type.
Return the name of the node type. For example, for the geometry object, the name would be “geo”. The name and the node type category together uniquely identify a node type.
Return the name of the node type, prefixed with the name of the node type category. For example, for the geometry object, this function would return “Object/geo”. The name and the node type category together uniquely identify a node type.
This is not implemented yet
Return a tuple of parm templates for the parameters in this node type.
This is not implemented yet
Remove an alias for the node type.
This is not implemented yet
This is not implemented yet
This is not documented yet
This is not implemented yet
This is not implemented yet
This is not documented yet
This is not implemented yet
This is not documented yet
This is not documented yet
Deprecated: Use hasUnorderedInputs.