Houdini 20.0 hapi

hapi.setCompositorOptions function

Sets the global compositor options.

Usage

setCompositorOptions(session: hapi.Session, compositor_options: hapi.CompositorOptions) → bool

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

compositor_options

The compositor options.

hapi