Blender V2.61 - r43446
|
#include <DNA_constraint_types.h>
Public Attributes | |
struct bConstraintTarget * | next |
struct bConstraintTarget * | prev |
struct Object * | tar |
char | subtarget [64] |
float | matrix [4][4] |
short | space |
short | flag |
short | type |
short | rotOrder |
Definition at line 85 of file DNA_constraint_types.h.
short bConstraintTarget::flag |
Definition at line 94 of file DNA_constraint_types.h.
float bConstraintTarget::matrix[4][4] |
Definition at line 91 of file DNA_constraint_types.h.
Referenced by actcon_evaluate(), actcon_get_tarmat(), childof_evaluate(), clampto_get_tarmat(), damptrack_evaluate(), default_get_tarmat(), distlimit_evaluate(), draw_object(), followpath_evaluate(), followpath_get_tarmat(), get_constraint_target_matrix(), get_constraint_targets_for_solving(), kinematic_get_tarmat(), locktrack_evaluate(), loclike_evaluate(), minmax_evaluate(), pivotcon_evaluate(), pycon_get_tarmat(), rotlike_evaluate(), shrinkwrap_evaluate(), shrinkwrap_get_tarmat(), sizelike_evaluate(), splineik_get_tarmat(), stretchto_evaluate(), trackto_evaluate(), transform_evaluate(), and translike_evaluate().
Definition at line 86 of file DNA_constraint_types.h.
Referenced by armature_delete_selected_exec(), build_dag_object(), constraint_bone_name_fix(), copy_object_pose(), dag_object_time_update_flags(), DAG_pose_sort(), draw_object(), get_constraint_target_matrix(), get_constraint_targets_for_solving(), joined_armature_fix_links(), BL_ArmatureObject::LoadConstraints(), pose_proxy_synchronize(), pose_select_constraint_target_exec(), pycon_id_looper(), relink_constraints(), RIG_reconnectControlBones(), separated_armature_fix_links(), set_constraint_nth_target(), subframe_updateObject(), test_constraints(), unlink_object(), and updateDuplicateSubtargetObjects().
struct bConstraintTarget * bConstraintTarget::prev |
Definition at line 86 of file DNA_constraint_types.h.
Definition at line 96 of file DNA_constraint_types.h.
Referenced by childof_evaluate().
short bConstraintTarget::space |
Definition at line 93 of file DNA_constraint_types.h.
Referenced by actcon_get_tarmat(), default_get_tarmat(), do_versions(), kinematic_get_tarmat(), and pycon_get_tarmat().
char bConstraintTarget::subtarget[64] |
Definition at line 89 of file DNA_constraint_types.h.
Referenced by actcon_get_tarmat(), armature_delete_selected_exec(), build_dag_object(), constraint_bone_name_fix(), DAG_pose_sort(), default_get_tarmat(), do_versions(), joined_armature_fix_links(), kinematic_get_tarmat(), pose_select_constraint_target_exec(), pycon_get_tarmat(), RIG_reconnectControlBones(), separated_armature_fix_links(), set_constraint_nth_target(), test_constraints(), unlink_object(), and updateDuplicateSubtargetObjects().
struct Object* bConstraintTarget::tar |
Definition at line 88 of file DNA_constraint_types.h.
Referenced by actcon_get_tarmat(), armature_delete_selected_exec(), build_dag_object(), clampto_evaluate(), clampto_get_tarmat(), constraint_bone_name_fix(), copy_object_pose(), dag_object_time_update_flags(), DAG_pose_sort(), default_get_tarmat(), do_versions(), followpath_get_tarmat(), joined_armature_fix_links(), kinematic_get_tarmat(), BL_ArmatureObject::LoadConstraints(), pose_proxy_synchronize(), pose_select_constraint_target_exec(), pycon_get_tarmat(), pycon_id_looper(), relink_constraints(), RIG_reconnectControlBones(), separated_armature_fix_links(), set_constraint_nth_target(), shrinkwrap_get_tarmat(), splineik_get_tarmat(), subframe_updateObject(), test_constraints(), unlink_object(), and updateDuplicateSubtargetObjects().
short bConstraintTarget::type |
Definition at line 95 of file DNA_constraint_types.h.