|
Blender
V2.59
|
#include <DNA_constraint_types.h>
Public Attributes | |
| struct Object * | tar |
| char | subtarget [32] |
| float | offset [3] |
| short | rotAxis |
| short | flag |
Definition at line 344 of file DNA_constraint_types.h.
| short bPivotConstraint::flag |
Definition at line 358 of file DNA_constraint_types.h.
Referenced by pivotcon_evaluate().
| float bPivotConstraint::offset[3] |
Definition at line 350 of file DNA_constraint_types.h.
Referenced by pivotcon_evaluate().
Definition at line 355 of file DNA_constraint_types.h.
Referenced by pivotcon_evaluate().
| char bPivotConstraint::subtarget[32] |
Definition at line 349 of file DNA_constraint_types.h.
Referenced by pivotcon_flush_tars(), pivotcon_get_tars(), and test_constraints().
| struct Object* bPivotConstraint::tar |
Definition at line 348 of file DNA_constraint_types.h.
Referenced by pivotcon_flush_tars(), pivotcon_get_tars(), pivotcon_id_looper(), and test_constraints().