3ds Max C++ API Reference
Biped TCB/IK Paste Options

The following are flags used to describe how the TCB and IK parameters are to pasted. More...

Macros

#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...
 

Detailed Description

The following are flags used to describe how the TCB and IK parameters are to pasted.

These flags are only used to paste a pose or posture in auto-key mode.

Macro Definition Documentation

◆ PST_DEF

#define PST_DEF   0

Paste the default TCB / IK values.

◆ PST_COPY

#define PST_COPY   1

Paste the TCB / IK values which were stored in the copy.

◆ PST_INTERP

#define PST_INTERP   2

Paste an interpolation of the surrounding TCB / IK values.