Usage ¶
getParmTagName(session
: hapi.Session, node_id
: int
, parm_id
: int
, tag_index
: int
) → int
Get the tag name on a parameter given an index.
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.
node_id
The node id.
parm_id
The parm id.
tag_index
The tag index, which should be between 0 and hapi.ParmInfo.tagCount - 1. These indices are invalidated whenever tags are added to parameters. Do not store these or expect them to be the same if the scene is modified.
Returns tag_name as a int
.