Blender V2.61 - r43446
|
#include <DNA_constraint_types.h>
Public Attributes | |
struct Object * | tar |
short | iterations |
short | flag |
short | rootbone |
short | max_rootbone |
char | subtarget [64] |
struct Object * | poletar |
char | polesubtarget [64] |
float | poleangle |
float | weight |
float | orientweight |
float | grabtarget [3] |
short | type |
short | mode |
float | dist |
Definition at line 135 of file DNA_constraint_types.h.
Definition at line 150 of file DNA_constraint_types.h.
Referenced by distance_callback(), and kinematic_new_data().
Definition at line 138 of file DNA_constraint_types.h.
Referenced by add_pose_transdata(), apply_targetless_ik(), constraint_valid(), DAG_pose_sort(), do_versions(), execute_posetree(), initialize_chain(), initialize_posetree(), kinematic_get_tarmat(), kinematic_new_data(), pchan_autoik_adjust(), pchan_draw_IK_root_lines(), pose_channel_in_IK_chain(), pose_grab_with_ik_add(), pose_grab_with_ik_clear(), special_aftertrans_update(), uiTemplateConstraint(), and update_pose_constraint_flags().
float bKinematicConstraint::grabtarget[3] |
Definition at line 147 of file DNA_constraint_types.h.
Referenced by add_pose_transdata(), kinematic_get_tarmat(), and pose_grab_with_ik_add().
Definition at line 137 of file DNA_constraint_types.h.
Referenced by initialize_chain(), initialize_posetree(), and kinematic_new_data().
Definition at line 140 of file DNA_constraint_types.h.
Referenced by pchan_autoik_adjust(), and pose_grab_with_ik_add().
Definition at line 149 of file DNA_constraint_types.h.
Referenced by distance_callback().
Definition at line 146 of file DNA_constraint_types.h.
Referenced by copypose_callback(), do_versions(), execute_posetree(), and kinematic_new_data().
Definition at line 144 of file DNA_constraint_types.h.
Referenced by base_callback(), do_version_constraints_radians_degrees_250(), and execute_posetree().
char bKinematicConstraint::polesubtarget[64] |
Definition at line 143 of file DNA_constraint_types.h.
Referenced by kinematic_flush_tars(), kinematic_get_tars(), and test_constraints().
struct Object* bKinematicConstraint::poletar |
Definition at line 142 of file DNA_constraint_types.h.
Referenced by execute_posetree(), kinematic_flush_tars(), kinematic_get_tars(), kinematic_id_looper(), and test_constraints().
Definition at line 139 of file DNA_constraint_types.h.
Referenced by apply_targetless_ik(), DAG_pose_sort(), do_versions(), initialize_chain(), initialize_posetree(), pchan_autoik_adjust(), pchan_draw_IK_root_lines(), pose_channel_in_IK_chain(), pose_grab_with_ik_add(), and update_pose_constraint_flags().
char bKinematicConstraint::subtarget[64] |
Definition at line 141 of file DNA_constraint_types.h.
Referenced by constraint_valid(), has_targetless_ik(), initialize_posetree(), kinematic_flush_tars(), kinematic_get_tars(), pose_grab_with_ik_add(), pose_grab_with_ik_clear(), test_constraints(), and update_pose_constraint_flags().
struct Object* bKinematicConstraint::tar |
Definition at line 136 of file DNA_constraint_types.h.
Referenced by constraint_valid(), has_targetless_ik(), initialize_posetree(), kinematic_flush_tars(), kinematic_get_tars(), kinematic_id_looper(), pose_grab_with_ik_add(), pose_grab_with_ik_clear(), test_constraints(), and update_pose_constraint_flags().
Definition at line 148 of file DNA_constraint_types.h.
Referenced by itasc_test_constraint().
Definition at line 145 of file DNA_constraint_types.h.
Referenced by copypose_callback(), distance_callback(), do_versions(), execute_posetree(), kinematic_new_data(), and BL_ArmatureConstraint::SetWeight().