Blender V2.61 - r43446
|
#include <BIF_retarget.h>
Public Attributes | |
struct RigEdge * | next |
struct RigEdge * | prev |
float | head [3] |
float | tail [3] |
float | length |
float | angle |
float | up_angle |
struct EditBone * | bone |
float | up_axis [3] |
Definition at line 115 of file BIF_retarget.h.
float RigEdge::angle |
Definition at line 119 of file BIF_retarget.h.
Referenced by calcCostAngleLengthDistance(), cloneArc(), detectArcRetargetMode(), RIG_calculateEdgeAngles(), RIG_printArc(), and RIG_removeUneededOffsets().
struct EditBone* RigEdge::bone |
Definition at line 121 of file BIF_retarget.h.
Referenced by cloneArc(), cloneRigGraph(), repositionBone(), retargetArctoArcAggresive(), retargetArctoArcLength(), RIG_addEdgeToArc(), RIG_calculateEdgeAngles(), RIG_findHead(), RIG_nameBone(), RIG_printArc(), RIG_printArcBones(), RIG_reconnectControlBones(), RIG_removeUneededOffsets(), and rollBoneByQuatJoint().
float RigEdge::head[3] |
Definition at line 117 of file BIF_retarget.h.
Referenced by cloneArc(), repositionBone(), RIG_appendEdgeToArc(), RIG_calculateEdgeAngles(), and RIG_removeUneededOffsets().
float RigEdge::length |
Definition at line 118 of file BIF_retarget.h.
Referenced by calcCostAngleLengthDistance(), cloneArc(), retargetArctoArcLength(), RIG_appendEdgeToArc(), and RIG_printArc().
struct RigEdge* RigEdge::next |
Definition at line 116 of file BIF_retarget.h.
Referenced by cloneArc(), cloneRigGraph(), detectArcRetargetMode(), retargetArctoArcAggresive(), retargetArctoArcLength(), RIG_joinArcs(), RIG_printArc(), RIG_printArcBones(), RIG_reconnectControlBones(), RIG_removeUneededOffsets(), and solveJoints().
struct RigEdge * RigEdge::prev |
Definition at line 116 of file BIF_retarget.h.
Referenced by calcCostAngleLengthDistance(), repositionBone(), RIG_appendEdgeToArc(), RIG_removeUneededOffsets(), and rollBoneByQuatJoint().
float RigEdge::tail[3] |
Definition at line 117 of file BIF_retarget.h.
Referenced by cloneArc(), repositionBone(), RIG_addEdgeToArc(), RIG_appendEdgeToArc(), RIG_calculateEdgeAngles(), RIG_printArc(), and RIG_removeUneededOffsets().
float RigEdge::up_angle |
Definition at line 120 of file BIF_retarget.h.
Referenced by cloneArc(), RIG_calculateEdgeAngles(), and rollBoneByQuatJoint().
float RigEdge::up_axis[3] |
Definition at line 122 of file BIF_retarget.h.
Referenced by cloneArc(), repositionBone(), RIG_addEdgeToArc(), RIG_calculateEdgeAngles(), and rollBoneByQuatJoint().