![]() |
Blender V2.61 - r43446
|
#include <BKE_constraint.h>
Public Attributes | |
| struct Scene * | scene |
| struct Object * | ob |
| struct bPoseChannel * | pchan |
| float | matrix [4][4] |
| float | startmat [4][4] |
| short | type |
| short | rotOrder |
Definition at line 50 of file BKE_constraint.h.
| float bConstraintOb::matrix[4][4] |
Definition at line 55 of file BKE_constraint.h.
Referenced by actcon_evaluate(), camerasolver_evaluate(), childof_evaluate(), clampto_evaluate(), constraintob_from_transdata(), constraintRotLim(), constraints_clear_evalob(), constraints_make_evalob(), constraintSizeLim(), constraintTransLim(), damptrack_evaluate(), distlimit_evaluate(), followpath_evaluate(), followtrack_evaluate(), get_constraint_target_matrix(), locktrack_evaluate(), loclike_evaluate(), loclimit_evaluate(), minmax_evaluate(), objectsolver_evaluate(), pivotcon_evaluate(), rotlike_evaluate(), rotlimit_evaluate(), samevolume_evaluate(), shrinkwrap_evaluate(), shrinkwrap_get_tarmat(), sizelike_evaluate(), sizelimit_evaluate(), solve_constraints(), stretchto_evaluate(), trackto_evaluate(), transform_evaluate(), and translike_evaluate().
| struct Object* bConstraintOb::ob |
Definition at line 52 of file BKE_constraint.h.
Referenced by actcon_get_tarmat(), constraints_clear_evalob(), constraints_make_evalob(), get_constraint_target_matrix(), kinematic_get_tarmat(), and solve_constraints().
| struct bPoseChannel* bConstraintOb::pchan |
Definition at line 53 of file BKE_constraint.h.
Referenced by actcon_get_tarmat(), constraints_clear_evalob(), constraints_make_evalob(), get_constraint_target_matrix(), and solve_constraints().
| short bConstraintOb::rotOrder |
Definition at line 59 of file BKE_constraint.h.
Referenced by childof_evaluate(), constraints_make_evalob(), pivotcon_evaluate(), rotlike_evaluate(), rotlimit_evaluate(), and transform_evaluate().
| struct Scene* bConstraintOb::scene |
Definition at line 51 of file BKE_constraint.h.
Referenced by camerasolver_evaluate(), clampto_get_tarmat(), constraints_make_evalob(), followpath_get_tarmat(), followtrack_evaluate(), get_constraint_target_matrix(), objectsolver_evaluate(), pycon_get_tarmat(), and splineik_get_tarmat().
| float bConstraintOb::startmat[4][4] |
Definition at line 56 of file BKE_constraint.h.
Referenced by constraints_clear_evalob(), constraints_make_evalob(), and get_constraint_target_matrix().
| short bConstraintOb::type |
Definition at line 58 of file BKE_constraint.h.
Referenced by actcon_get_tarmat(), constraints_clear_evalob(), constraints_make_evalob(), and get_constraint_target_matrix().