Blender
V3.3
|
#include <BKE_armature.h>
Public Attributes | |
struct PoseTarget * | next |
struct PoseTarget * | prev |
struct bConstraint * | con |
int | tip |
Definition at line 112 of file BKE_armature.h.
struct bConstraint* PoseTarget::con |
Definition at line 115 of file BKE_armature.h.
Referenced by execute_posetree(), initialize_chain(), and initialize_posetree().
struct PoseTarget* PoseTarget::next |
Definition at line 113 of file BKE_armature.h.
Referenced by execute_posetree(), and initialize_posetree().
struct PoseTarget * PoseTarget::prev |
Definition at line 113 of file BKE_armature.h.
int PoseTarget::tip |
Definition at line 116 of file BKE_armature.h.
Referenced by execute_posetree(), initialize_chain(), and initialize_posetree().