3ds Max C++ API Reference
|
Classes | |
class | ICATParent |
ICATParent This is the interface class to the manager of the CAT Rig. More... | |
Namespaces | |
CatAPI | |
Macros | |
#define | GetCATICATParentRootFPInterface(anim) (anim ? ((CatAPI::ICATParent*)anim->GetInterface(CatAPI::CATPARENT_INTERFACE_FP)) : nullptr) |
Enumerations | |
enum | CATColourMode { COLOURMODE_CLASSIC , COLOURMODE_ACTIVE , COLOURMODE_BLEND , COLOURMODE_SYMMETRY , COLOURMODE_STRETCHY } |
The colour modes define how CATs rig nodes will be coloured in the veiwport. More... | |
enum | CATMode { SETUPMODE , NORMAL } |
The CATMode defines how the character will behave when interacted with. More... | |
Functions | |
static const Interface_ID | CATPARENT_INTERFACE_FP (0x686d5371, 0xaa835ec) |
#define GetCATICATParentRootFPInterface | ( | anim | ) | (anim ? ((CatAPI::ICATParent*)anim->GetInterface(CatAPI::CATPARENT_INTERFACE_FP)) : nullptr) |