Houdini 20.0 hapi

hapi.getParmFloatValue function

Get single parm float value by name.

Usage

getParmFloatValue(session: hapi.Session, node_id: int, parm_name: str, index: int) → float

Get single parm float value by name.

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_name

The parm name.

index

Index within the parameter’s values tuple.

Returns value as a float.

hapi