Houdini 20.0 hapi

hapi.dirtyPDGNode function

Dirties the given node. Cancels the cook if necessary and then

Usage

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

Dirties the given node. Cancels the cook if necessary and then deletes all workitems on the node.

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.

clean_results

Remove the results generated by the node.

hapi