Houdini 20.0 hapi

hapi.getCompositorOptions function

Gets the global compositor options.

Usage

getCompositorOptions(session: hapi.Session) → hapi.CompositorOptions

Gets the global compositor 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 compositor_options as a hapi.CompositorOptions.

hapi