Houdini 20.0 hapi

hapi.getCookingCurrentCount function

Get current number of nodes that have already cooked in the

Usage

getCookingCurrentCount(session: hapi.Session) → int

Get current number of nodes that have already cooked in the current session. Note that this is a very crude approximation of the cooking progress - it may never make it to 100% or it might spend another hour at 100%. Use hapi.getStatusString to get a better idea of progress if this number gets stuck.

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