Houdini 20.0 hapi

hapi.bindCustomImplementation function

Binds a new implementation DLL to one of the custom session

Usage

bindCustomImplementation(session_type: hapi.sessionType, dll_path: str) → bool

Binds a new implementation DLL to one of the custom session slots.

session_type

Which custom implementation slot to bind the DLL to. Must be one of hapi.sessionType.Custom1 hapi.sessionType.Custom2 or hapi.sessionType.Custom3.

dll_path

The path to the custom implementation DLL.

hapi