3ds Max C++ API Reference
Biped8Api.h File Reference
#include "../maxheap.h"
#include "BipedApi.h"
#include "IMixer8.h"

Classes

class  IBipedCopy
 A copy within a copy collection. More...
 
class  ICopyCollection
 A collection of copies. More...
 
class  IBipDriver8
 Interface into the biped driver controller for Max 8. 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...
 
#define SNAP_VIEW   0
 Snapshot of the active viewport. More...
 
#define SNAP_AUTO   1
 Snapshot camera position computed automatically to make a close up of the copied parts. More...
 
#define SNAP_NONE   2
 No Snapshot. More...
 
#define PST_DEF   0
 Paste the default TCB / IK values. More...
 
#define PST_COPY   1
 Paste the TCB / IK values which were stored in the copy. More...
 
#define PST_INTERP   2
 Paste an interpolation of the surrounding TCB / IK values. More...
 
#define BMODE_TWISTLINKS   (1<<12)
 Twist Links Mode. More...
 
#define BMODE_TWISTIND   (1<<13)
 Twist Individual Mode. More...
 
#define BMODE_SMOOTHTWIST   (1<<14)
 Smooth Twist Mode. More...
 
#define BMODE_ALL
 All Modes. More...
 

Typedefs

typedef MAX_DEPRECATED IBipDriver8 IBipMaster8
 

Typedef Documentation

◆ IBipMaster8

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