Blender V2.61 - r43446
|
#include <DNA_constraint_types.h>
Public Attributes | |
struct Object * | tar |
char | subtarget [64] |
short | from |
short | to |
char | map [3] |
char | expo |
float | from_min [3] |
float | from_max [3] |
float | to_min [3] |
float | to_max [3] |
Definition at line 331 of file DNA_constraint_types.h.
Definition at line 337 of file DNA_constraint_types.h.
Referenced by transform_evaluate().
Definition at line 335 of file DNA_constraint_types.h.
Referenced by transform_evaluate().
float bTransformConstraint::from_max[3] |
Definition at line 340 of file DNA_constraint_types.h.
Referenced by transform_evaluate().
float bTransformConstraint::from_min[3] |
Definition at line 339 of file DNA_constraint_types.h.
Referenced by transform_evaluate().
char bTransformConstraint::map[3] |
Definition at line 336 of file DNA_constraint_types.h.
Referenced by transform_evaluate(), and transform_new_data().
char bTransformConstraint::subtarget[64] |
Definition at line 333 of file DNA_constraint_types.h.
Referenced by transform_flush_tars(), and transform_get_tars().
struct Object* bTransformConstraint::tar |
Definition at line 332 of file DNA_constraint_types.h.
Referenced by transform_flush_tars(), transform_get_tars(), and transform_id_looper().
short bTransformConstraint::to |
Definition at line 335 of file DNA_constraint_types.h.
Referenced by transform_evaluate().
float bTransformConstraint::to_max[3] |
Definition at line 343 of file DNA_constraint_types.h.
Referenced by transform_evaluate().
float bTransformConstraint::to_min[3] |
Definition at line 342 of file DNA_constraint_types.h.
Referenced by transform_evaluate().