|
Blender
V2.93
|
Public Attributes | |
| struct tSplineIK_Tree * | next |
| struct tSplineIK_Tree * | prev |
| int | type |
| short | chainlen |
| float | totlength |
| const float * | points |
| bPoseChannel ** | chain |
| bPoseChannel * | root |
| bConstraint * | con |
| bSplineIKConstraint * | ik_data |
Definition at line 53 of file armature_update.c.
| bPoseChannel** tSplineIK_Tree::chain |
Definition at line 62 of file armature_update.c.
| short tSplineIK_Tree::chainlen |
Definition at line 58 of file armature_update.c.
| bConstraint* tSplineIK_Tree::con |
Definition at line 66 of file armature_update.c.
Referenced by splineik_init_tree_from_pchan().
| bSplineIKConstraint* tSplineIK_Tree::ik_data |
Definition at line 67 of file armature_update.c.
Referenced by splineik_init_tree_from_pchan().
| struct tSplineIK_Tree* tSplineIK_Tree::next |
Definition at line 54 of file armature_update.c.
| const float* tSplineIK_Tree::points |
Definition at line 61 of file armature_update.c.
| struct tSplineIK_Tree * tSplineIK_Tree::prev |
Definition at line 54 of file armature_update.c.
| bPoseChannel* tSplineIK_Tree::root |
Definition at line 64 of file armature_update.c.
| float tSplineIK_Tree::totlength |
Definition at line 59 of file armature_update.c.
Referenced by splineik_init_tree_from_pchan().
| int tSplineIK_Tree::type |
Definition at line 56 of file armature_update.c.