3ds Max C++ API Reference
Biped Interface 8

Max 8 Biped export interface. More...

Macros

#define I_BIPMASTER8   0x9167
 Biped interface identifier. More...
 
#define I_BIPDRIVER8   0x9167
 Biped interface identifier. More...
 
#define GetBipMaster8Interface(anim)   ((IBipDriver8*)(anim)->GetInterface(I_BIPDRIVER8))
 Gets the Biped interface. More...
 
#define GetBipDriver8Interface(anim)   ((IBipDriver8*)(anim)->GetInterface(I_BIPDRIVER8))
 Gets the Biped interface. More...
 

Detailed Description

Max 8 Biped export interface.

Macro Definition Documentation

◆ I_BIPMASTER8

#define I_BIPMASTER8   0x9167

Biped interface identifier.

Deprecated:
This has been deprecated as of 3ds Max 2022, please use I_BIPDRIVER8 instead [insensitive language]

◆ I_BIPDRIVER8

#define I_BIPDRIVER8   0x9167

Biped interface identifier.

◆ GetBipMaster8Interface

#define GetBipMaster8Interface (   anim)    ((IBipDriver8*)(anim)->GetInterface(I_BIPDRIVER8))

Gets the Biped interface.

Deprecated:
This has been deprecated as of 3ds Max 2022, please use GetBipDriver8Interface instead [insensitive language]

◆ GetBipDriver8Interface

#define GetBipDriver8Interface (   anim)    ((IBipDriver8*)(anim)->GetInterface(I_BIPDRIVER8))

Gets the Biped interface.