Houdini 20.0 hapi

hapi.getEnvInt function

Gives back a certain environment integers like version number.

Usage

getEnvInt(int_type: hapi.envIntType) → int

Gives back a certain environment integers like version number. Note that you do not need a session for this. These constants are hard-coded in all HAPI implementations, including HARC and HAPIL. This should be the first API you call to determine if any future API calls will mismatch implementation.

int_type

One of hapi.envIntType.

Returns value as a int.

hapi