Blender V2.61 - r43446
|
#include <DNA_constraint_types.h>
Public Attributes | |
struct Object * | tar |
char | subtarget [64] |
float | offset [3] |
short | rotAxis |
short | flag |
Definition at line 347 of file DNA_constraint_types.h.
short bPivotConstraint::flag |
Definition at line 361 of file DNA_constraint_types.h.
Referenced by pivotcon_evaluate().
float bPivotConstraint::offset[3] |
Definition at line 353 of file DNA_constraint_types.h.
Referenced by pivotcon_evaluate().
Definition at line 358 of file DNA_constraint_types.h.
Referenced by pivotcon_evaluate().
char bPivotConstraint::subtarget[64] |
Definition at line 352 of file DNA_constraint_types.h.
Referenced by pivotcon_flush_tars(), pivotcon_get_tars(), and test_constraints().
struct Object* bPivotConstraint::tar |
Definition at line 351 of file DNA_constraint_types.h.
Referenced by pivotcon_flush_tars(), pivotcon_get_tars(), pivotcon_id_looper(), and test_constraints().