Houdini 20.0 hapi

hapi.revertParmToDefaults function

Revert all instances of the parm by name to defaults

Usage

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

Revert all instances of the parm by name to defaults

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.

hapi