Houdini 20.0 hapi

hapi.getTime function

Gets the global time of the scene. All API calls deal with

Usage

getTime(session: hapi.Session) → float

Gets the global time of the scene. All API calls deal with this time to cook.

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 time as a float.

hapi