Blender V2.61 - r43446
|
#include <DNA_constraint_types.h>
Public Attributes | |
struct Object * | tar |
float * | points |
short | numpoints |
short | chainlen |
short | flag |
short | xzScaleMode |
Definition at line 164 of file DNA_constraint_types.h.
Definition at line 171 of file DNA_constraint_types.h.
Referenced by pchan_draw_IK_root_lines(), splineik_init_tree_from_pchan(), splineik_new_data(), and test_constraints().
Definition at line 174 of file DNA_constraint_types.h.
Referenced by splineik_evaluate_bone(), splineik_init_tree_from_pchan(), and test_constraints().
Definition at line 170 of file DNA_constraint_types.h.
Referenced by splineik_init_tree_from_pchan(), test_constraints(), and write_constraints().
float* bSplineIKConstraint::points |
Definition at line 169 of file DNA_constraint_types.h.
Referenced by direct_link_constraints(), splineik_copy(), splineik_free(), splineik_init_tree_from_pchan(), test_constraints(), and write_constraints().
struct Object* bSplineIKConstraint::tar |
Definition at line 166 of file DNA_constraint_types.h.
Referenced by splineik_evaluate_bone(), splineik_flush_tars(), splineik_get_tars(), splineik_id_looper(), and splineik_init_tree_from_pchan().
Definition at line 175 of file DNA_constraint_types.h.
Referenced by splineik_evaluate_bone().