Houdini 20.0 hapi

hapi.revertParmToDefault function

Revert single parm by name to default

Usage

revertParmToDefault(session: hapi.Session, node_id: int, parm_name: str, index: int) → bool

Revert single parm by name to default

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.

hapi