hdaDefinition(node_type_category, name, lib_path)
→ hou.HDADefinition or None
Be careful not to confuse this function with the class hou.HDADefinition.
Example:
# Return the HDA definition for a SOP digital asset named 'foo' # that is located in the '/tmp/bar.hda' library. hou.hdaDefinition(hou.sopNodeTypeCategory(), 'foo', '/tmp/bar.hda')
See also |