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
.