Blender V2.61 - r43446
|
#include <BIF_retarget.h>
Public Attributes | |
ListBase | arcs |
ListBase | nodes |
float | length |
FreeArc | free_arc |
FreeNode | free_node |
RadialSymmetry | radial_symmetry |
AxialSymmetry | axial_symmetry |
int | flag |
ListBase | controls |
ListBase * | editbones |
struct RigNode * | head |
ReebGraph * | link_mesh |
struct ThreadedWorker * | worker |
GHash * | bones_map |
GHash * | controls_map |
struct Object * | ob |
Definition at line 51 of file BIF_retarget.h.
Definition at line 52 of file BIF_retarget.h.
Referenced by adjustGraphs(), BIF_retargetArc(), cloneRigGraph(), newRigArc(), RIG_findHead(), RIG_nameBone(), RIG_nbJoints(), RIG_printGraph(), RIG_reconnectControlBones(), RIG_removeNormalNodes(), and RIG_removeUneededOffsets().
Definition at line 60 of file BIF_retarget.h.
Definition at line 74 of file BIF_retarget.h.
Referenced by newRigGraph(), RIG_arcFromBoneChain(), RIG_freeRigGraph(), and RIG_reconnectControlBones().
Definition at line 65 of file BIF_retarget.h.
Referenced by cloneRigGraph(), finalizeControl(), newRigControl(), repositionBone(), RIG_freeRigGraph(), RIG_printLinkedCtrl(), and RIG_reconnectControlBones().
Definition at line 75 of file BIF_retarget.h.
Referenced by newRigGraph(), RIG_addControlBone(), RIG_freeRigGraph(), and RIG_reconnectControlBones().
Definition at line 66 of file BIF_retarget.h.
Referenced by adjustGraphs(), armatureSelectedToGraph(), cloneArc(), cloneControl(), cloneRigGraph(), retargetGraphs(), RIG_freeRigGraph(), and RIG_graphFromArmature().
int RigGraph::flag |
Definition at line 63 of file BIF_retarget.h.
Referenced by armatureSelectedToGraph(), RIG_freeRigGraph(), and RIG_graphFromArmature().
Definition at line 57 of file BIF_retarget.h.
Referenced by newRigGraph().
Definition at line 58 of file BIF_retarget.h.
Referenced by newRigGraph().
struct RigNode* RigGraph::head |
Definition at line 68 of file BIF_retarget.h.
Referenced by cloneRigGraph(), newRigGraph(), retargetGraphs(), RIG_arcFromBoneChain(), RIG_findHead(), and RIG_printGraph().
float RigGraph::length |
Definition at line 55 of file BIF_retarget.h.
Definition at line 69 of file BIF_retarget.h.
Referenced by BIF_retargetArmature(), matchMultiResolutionArc(), matchMultiResolutionNode(), retargetGraphs(), and RIG_freeRigGraph().
Definition at line 53 of file BIF_retarget.h.
Referenced by cloneRigGraph(), newRigNode(), newRigNodeHead(), RIG_findHead(), RIG_nbJoints(), and RIG_removeNormalNodes().
struct Object* RigGraph::ob |
Definition at line 77 of file BIF_retarget.h.
Referenced by adjustGraphs(), armatureSelectedToGraph(), BIF_retargetArc(), cloneArc(), cloneControl(), cloneRigGraph(), retargetGraphs(), RIG_graphFromArmature(), RIG_reconnectControlBones(), and sk_makeTemplateGraph().
Definition at line 59 of file BIF_retarget.h.
struct ThreadedWorker* RigGraph::worker |
Definition at line 72 of file BIF_retarget.h.
Referenced by finishRetarget(), newRigGraph(), retargetArctoArc(), and RIG_freeRigGraph().