Rigging with CAT
| TABLE OF CONTENTS
Videos covering CAT Functionality Rigging with CAT Saving and Loading Poses and Animation Working With Motion Capture Data [edit] (http://cat.wiki.avid.com/index.php?title=Template:CATTOC&action=edit)
|
The CATRig is the hierarchy that defines the CAT skeletal animation system. It is a highly sophisticated character rig that has been designed so that you can create the characters you want without having to code yourself. The fact that it is mostly written in C++ rather than script means that it is very fast, and includes many features that would be impossible to create using script.
To make the system as flexible as possible we have done our best to keep the system as generic as we can. This is immediately obvious with CAT's modular component structure. A spine could also be a neck. Instead of pelvises and ribcages, CAT has hubs.
Different rig elements can be added and removed from a rig to get the exact skeleton you need for your production.
All rig elements have different functionality built in. For example all limbs have their own, sophisticated IK system built right in; spines have their own powerful procedural spine algorithm; hubs have a system called retargetting, etc.
Each rig also has its own layered animation system, procedural walkcycle system, and clip/pose system. In addition, CAT comes with a number of utilities to manage things like importing, exporting, motion data mapping and ragdoll (physics) setup.
Customising the Geometry on CATBones
Configuring the Hierarchy Options
Editing your Rig Interactively in the Viewport
CATRig Elements
- CATParent
- HubGroups
- Hubs
- Spines
- Limbs
- Limb IK Targets
- Collarbones
- Palms, Ankles, and Digits
- Tails
- Extra Bones
- Extra Rig Componenets
- Using CATUnits


