3ds Max C++ API Reference
Biped Interface 9

Max 9 Biped export interface. More...

Macros

#define I_BIPMASTER9   0x9168
 Biped interface identifier. More...
 
#define I_BIPDRIVER9   0x9168
 Biped interface identifier. More...
 
#define GetBipMaster9Interface(anim)   ((IBipDriver9*)(anim)->GetInterface(I_BIPDRIVER9))
 Gets the Biped interface. More...
 
#define GetBipDriver9Interface(anim)   ((IBipDriver9*)(anim)->GetInterface(I_BIPDRIVER9))
 Gets the Biped interface. More...
 

Detailed Description

Max 9 Biped export interface.

Macro Definition Documentation

◆ I_BIPMASTER9

#define I_BIPMASTER9   0x9168

Biped interface identifier.

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

◆ I_BIPDRIVER9

#define I_BIPDRIVER9   0x9168

Biped interface identifier.

◆ GetBipMaster9Interface

#define GetBipMaster9Interface (   anim)    ((IBipDriver9*)(anim)->GetInterface(I_BIPDRIVER9))

Gets the Biped interface.

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

◆ GetBipDriver9Interface

#define GetBipDriver9Interface (   anim)    ((IBipDriver9*)(anim)->GetInterface(I_BIPDRIVER9))

Gets the Biped interface.