Houdini 20.0 hapi

hapi.setTimelineOptions function

Sets the global timeline options.

Usage

setTimelineOptions(session: hapi.Session, timeline_options: hapi.TimelineOptions) → bool

Sets the 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.

timeline_options

The global timeline options struct.

hapi