ThibH
12/18/2017 - 6:42 PM

Get path of HDA from node

Return the path of the digital asset on disk from a node.

n = hou.Node('/obj/digital_asset_node')
path = n.type().definition().libraryFilePath()