Houdini 20.0 hapi

hapi.getLoadedAssetLibraryCount function

Gets the number of HDAs that have been loaded by Houdini.

This only includes HDAs that have been loaded from disk. Embedded HDAs will be excluded.

Usage

getLoadedAssetLibraryCount(session: hapi.Session) → int

Gets the number of HDAs that have been loaded by Houdini.

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 count as a int.

hapi