Houdini 20.0 hapi

hapi.cancelPDGCook function

Cancel the PDG cooking operation.

Usage

cancelPDGCook(session: hapi.Session, graph_context_id: int) → bool

Cancel the PDG cooking operation.

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.

graph_context_id

The id of the graph context

hapi