Houdini 20.0 hapi

hapi.removeMultiparmInstance function

Remove the instance of a multiparm given by instance_position.

Usage

removeMultiparmInstance(session: hapi.Session, node_id: int, parm_id: int, instance_position: int) → bool

Remove the instance of a multiparm given by instance_position.

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

A parm id given by a hapi.ParmInfo struct that has type hapi.parmType.Multiparmlist.

instance_position

The instance at instance_position will removed.

hapi