Houdini 20.0 hapi

hapi.getUseHoudiniTime function

Returns whether the Houdini session will use the current time in

Usage

getUseHoudiniTime(session: hapi.Session) → bool

Returns whether the Houdini session will use the current time in Houdini when cooking and retrieving data. By default this is disabled and the Houdini session uses time 0 (i.e. frame 1). In SessionSync, it is enabled by default, but can be overridden. Note that this function will ALWAYS return hapi.result.Success.

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 enabled as a bool.

hapi