Houdini 20.0 hapi

hapi.cleanup function

Clean up memory. This will unload all assets and you will

This does not release any licenses. The license will be returned when the process terminates.

Usage

cleanup(session: hapi.Session) → bool

Clean up memory. This will unload all assets and you will need to call hapi.initialize again to be able to use any HAPI methods again.

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.

hapi