3ds Max C++ API Reference
Loading...
Searching...
No Matches
ICATParent.h File Reference
#include "../ifnpub.h"
#include "../INodeTab.h"

Classes

class  ICATParent
 ICATParent This is the interface class to the manager of the CAT Rig. More...

Namespaces

namespace  CatAPI

Macros

#define GetCATICATParentRootFPInterface(anim)

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)

Macro Definition Documentation

◆ GetCATICATParentRootFPInterface

#define GetCATICATParentRootFPInterface ( anim)
Value:
(anim ? ((CatAPI::ICATParent*)anim->GetInterface(CatAPI::CATPARENT_INTERFACE_FP)) : nullptr)
ICATParent This is the interface class to the manager of the CAT Rig.
Definition ICATParent.h:64
static const Interface_ID CATPARENT_INTERFACE_FP(0x686d5371, 0xaa835ec)