|
Blender V5.0
|
#include <BKE_armature.hh>
Public Attributes | |
| PoseTarget * | next |
| PoseTarget * | prev |
| bConstraint * | con |
| int | tip |
Definition at line 124 of file BKE_armature.hh.
| bConstraint* PoseTarget::con |
Definition at line 127 of file BKE_armature.hh.
Referenced by convert_tree(), initialize_chain(), and initialize_posetree().
| PoseTarget* PoseTarget::next |
Definition at line 125 of file BKE_armature.hh.
Referenced by convert_tree(), and initialize_posetree().
| PoseTarget * PoseTarget::prev |
Definition at line 125 of file BKE_armature.hh.
| int PoseTarget::tip |
Definition at line 128 of file BKE_armature.hh.
Referenced by convert_tree(), initialize_chain(), and initialize_posetree().