Houdini 20.0 hapi

hapi.getTimelineOptions function

Gets the current global timeline options.

Usage

getTimelineOptions(session: hapi.Session) → hapi.TimelineOptions

Gets the current global timeline options.

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 timeline_options as a hapi.TimelineOptions.

hapi