Houdini 20.0 hapi

hapi.getPDGState function

Gets the state of a PDG graph

Usage

getPDGState(session: hapi.Session, graph_context_id: int) → int

Gets the state of a PDG graph

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 graph context id

Returns pdg_state as a int.

hapi