|
Blender V4.5
|
#include <BKE_armature.hh>
Public Attributes | |
| PoseTarget * | next |
| PoseTarget * | prev |
| bConstraint * | con |
| int | tip |
Definition at line 129 of file BKE_armature.hh.
| bConstraint* PoseTarget::con |
Definition at line 132 of file BKE_armature.hh.
Referenced by convert_tree(), initialize_chain(), and initialize_posetree().
| PoseTarget* PoseTarget::next |
Definition at line 130 of file BKE_armature.hh.
Referenced by convert_tree(), and initialize_posetree().
| PoseTarget * PoseTarget::prev |
Definition at line 130 of file BKE_armature.hh.
| int PoseTarget::tip |
Definition at line 133 of file BKE_armature.hh.
Referenced by convert_tree(), initialize_chain(), and initialize_posetree().