|
Blender
V2.59
|
#include <DNA_constraint_types.h>
Public Attributes | |
| struct Object * | tar |
| int | minmaxflag |
| float | offset |
| int | flag |
| short | sticky |
| short | stuck |
| short | pad1 |
| short | pad2 |
| float | cache [3] |
| char | subtarget [32] |
Definition at line 228 of file DNA_constraint_types.h.
| float bMinMaxConstraint::cache[3] |
Definition at line 234 of file DNA_constraint_types.h.
Referenced by minmax_evaluate(), and minmax_new_data().
Definition at line 232 of file DNA_constraint_types.h.
Referenced by do_versions(), minmax_evaluate(), and minmax_new_data().
Definition at line 230 of file DNA_constraint_types.h.
Referenced by minmax_evaluate(), and minmax_new_data().
Definition at line 231 of file DNA_constraint_types.h.
Referenced by minmax_evaluate(), and minmax_new_data().
| short bMinMaxConstraint::pad1 |
Definition at line 233 of file DNA_constraint_types.h.
| short bMinMaxConstraint::pad2 |
Definition at line 233 of file DNA_constraint_types.h.
Definition at line 233 of file DNA_constraint_types.h.
Referenced by do_versions().
| short bMinMaxConstraint::stuck |
Definition at line 233 of file DNA_constraint_types.h.
| char bMinMaxConstraint::subtarget[32] |
Definition at line 235 of file DNA_constraint_types.h.
Referenced by minmax_flush_tars(), and minmax_get_tars().
| struct Object* bMinMaxConstraint::tar |
Definition at line 229 of file DNA_constraint_types.h.
Referenced by minmax_flush_tars(), minmax_get_tars(), and minmax_id_looper().