Houdini 20.0 hapi

hapi.setTime function

Sets the global time of the scene. All API calls will deal

Usage

setTime(session: hapi.Session, time: float) → bool

Sets the global time of the scene. All API calls will 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.

time

Time as a float in seconds.

hapi