Houdini 20.0 hapi

hapi.getParmInfo function

Get the parm info of a parameter by parm id.

Usage

getParmInfo(session: hapi.Session, node_id: int, parm_id: int) → hapi.ParmInfo

Get the parm info of a parameter by parm id.

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.

Returns parm_info as a hapi.ParmInfo.

hapi