|
Blender V4.3
|
#include <BKE_armature.hh>
Public Attributes | |
| PoseTree * | next |
| PoseTree * | prev |
| int | type |
| int | totchannel |
| ListBase | targets |
| bPoseChannel ** | pchan |
| int * | parent |
| float(* | basis_change )[3][3] |
| int | iterations |
| int | stretch |
Definition at line 129 of file BKE_armature.hh.
| float(* PoseTree::basis_change)[3][3] |
Definition at line 139 of file BKE_armature.hh.
| int PoseTree::iterations |
Definition at line 140 of file BKE_armature.hh.
| PoseTree* PoseTree::next |
Definition at line 130 of file BKE_armature.hh.
| int* PoseTree::parent |
Definition at line 137 of file BKE_armature.hh.
| bPoseChannel** PoseTree::pchan |
Definition at line 136 of file BKE_armature.hh.
| PoseTree * PoseTree::prev |
Definition at line 130 of file BKE_armature.hh.
| int PoseTree::stretch |
Definition at line 141 of file BKE_armature.hh.
| ListBase PoseTree::targets |
Definition at line 135 of file BKE_armature.hh.
| int PoseTree::totchannel |
Definition at line 133 of file BKE_armature.hh.
| int PoseTree::type |
Definition at line 132 of file BKE_armature.hh.
Referenced by initialize_posetree().