Houdini 20.0 hapi

hapi.parmHasTag function

See if a parameter has a specific tag.

Usage

parmHasTag(session: hapi.Session, node_id: int, parm_id: int, tag_name: str) → bool

See if a parameter has a specific tag.

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_name

The tag name to look for.

Returns has_tag as a bool.

hapi