Houdini 20.0 hapi

hapi.getCookingTotalCount function

Get total number of nodes that need to cook in the current

Usage

getCookingTotalCount(session: hapi.Session) → int

Get total number of nodes that need to cook in the current session.

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 count as a int.

hapi