Houdini 20.0 hapi

hapi.getSupportedImageFileFormatCount function

Get the number of supported texture file formats.

Usage

getSupportedImageFileFormatCount(session: hapi.Session) → int

Get the number of supported texture file formats.

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

hapi