3ds Max C++ API Reference
BIP file controller and max object load options

The following are flags used to describe how to load controllers and max objects from BIP files. More...

Enumerations

enum  { kLOAD_NONE =0 , kLOAD_ALL =1 , kLOAD_SPECIFIED =2 }
 

Detailed Description

The following are flags used to describe how to load controllers and max objects from BIP files.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
kLOAD_NONE 

Nothing will be loaded.

kLOAD_ALL 

All items in the file will be loaded.

kLOAD_SPECIFIED 

Only the items specified in the array associated with this parameter and existing in the file will be loaded.

62  {
63  kLOAD_NONE=0,
64  kLOAD_ALL=1,
66  };
@ kLOAD_ALL
All items in the file will be loaded.
Definition: Biped10Api.h:64
@ kLOAD_NONE
Nothing will be loaded.
Definition: Biped10Api.h:63
@ kLOAD_SPECIFIED
Only the items specified in the array associated with this parameter and existing in the file will be...
Definition: Biped10Api.h:65