Houdini 20.0 hapi

hapi.getPDGGraphContextsCount function

Return the total number of PDG graph contexts found.

Usage

getPDGGraphContextsCount(session: hapi.Session) → int

Return the total number of PDG graph contexts found.

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.

Returns num_contexts as a int.

hapi