Houdini 21.0 hapi

hapi.getAssetDefinitionParmTagValue function

Usage

getAssetDefinitionParmTagValue(session: hapi.Session, library_id: int, asset_name: str, parm_id: int, tag_name: str) → 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

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_name

The name of the parm tag to retrieve the value of.

Returns tag_value as a int.

hapi