Usage ¶
getAssetDefinitionParmTagName(session: hapi.Session, library_id: int, asset_name: str, parm_id: int, tag_index: int) → int
session
The session of Houdini you are interacting with. See hapi.Session for more on sessions. Pass None to just use the default in-process session.
library_id
Returned by hapi.loadAssetLibraryFromFile.
asset_name
Name of the asset that the parm tag is being retrieved from.
parm_id
Id of the parm that the tag belongs to.
tag_index
The index of the parm tag to retrieve the name of.
Returns tag_name as a int.