Blender V2.61 - r43446
|
#include <BKE_armature.h>
Public Attributes | |
struct PoseTarget * | next |
struct PoseTarget * | prev |
struct bConstraint * | con |
int | tip |
Definition at line 49 of file BKE_armature.h.
struct bConstraint* PoseTarget::con |
Definition at line 53 of file BKE_armature.h.
Referenced by execute_posetree(), initialize_chain(), and initialize_posetree().
struct PoseTarget* PoseTarget::next |
Definition at line 51 of file BKE_armature.h.
Referenced by execute_posetree(), and initialize_posetree().
struct PoseTarget * PoseTarget::prev |
Definition at line 51 of file BKE_armature.h.
int PoseTarget::tip |
Definition at line 54 of file BKE_armature.h.
Referenced by execute_posetree(), initialize_chain(), and initialize_posetree().