Go to the source code of this file.
Classes |
|
class | IBipedCopy |
A copy within a copy collection. More... |
|
class | ICopyCollection |
A collection of copies. More... |
|
class | IBipMaster8 |
Interface into the biped master
controller for Max 8. More... |
|
Defines |
|
#define | I_BIPMASTER8 0x9167 |
Biped interface identifier. |
|
#define | GetBipMaster8Interface(anim) ((IBipMaster8*)(anim)->GetInterface(I_BIPMASTER8)) |
Gets the Biped interface. |
|
#define | SNAP_VIEW 0 |
Snapshot of the active viewport.
|
|
#define | SNAP_AUTO 1 |
Snapshot camera position computed
automatically to make a close up of the copied parts.
|
|
#define | SNAP_NONE 2 |
No Snapshot.
|
|
#define | PST_DEF 0 |
Paste the default TCB / IK values.
|
|
#define | PST_COPY 1 |
Paste the TCB / IK values which were stored
in the copy.
|
|
#define | PST_INTERP 2 |
Paste an interpolation of the surrounding
TCB / IK values.
|
|
#define | BMODE_TWISTLINKS (1<<12) |
Twist Links Mode. |
|
#define | BMODE_TWISTIND (1<<13) |
Twist Individual Mode. |
|
#define | BMODE_SMOOTHTWIST (1<<14) |
Smooth Twist Mode. |
|
#define | BMODE_ALL |
All Modes. |