Houdini 20.0 hapi

hapi.deleteNode function

Delete a node from a node network. Only nodes with their

Usage

deleteNode(session: hapi.Session, node_id: int) → bool

Delete a node from a node network. Only nodes with their hapi.NodeInfo.createdPostAssetLoad set to True can be deleted this way.

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 to delete.

hapi