![]() |
Blender V2.61 - r43446
|
#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 [64] |
Definition at line 231 of file DNA_constraint_types.h.
| float bMinMaxConstraint::cache[3] |
Definition at line 237 of file DNA_constraint_types.h.
Referenced by minmax_evaluate(), and minmax_new_data().
Definition at line 235 of file DNA_constraint_types.h.
Referenced by do_versions(), minmax_evaluate(), and minmax_new_data().
Definition at line 233 of file DNA_constraint_types.h.
Referenced by minmax_evaluate(), and minmax_new_data().
Definition at line 234 of file DNA_constraint_types.h.
Referenced by minmax_evaluate(), and minmax_new_data().
| short bMinMaxConstraint::pad1 |
Definition at line 236 of file DNA_constraint_types.h.
| short bMinMaxConstraint::pad2 |
Definition at line 236 of file DNA_constraint_types.h.
Definition at line 236 of file DNA_constraint_types.h.
Referenced by do_versions().
| short bMinMaxConstraint::stuck |
Definition at line 236 of file DNA_constraint_types.h.
| char bMinMaxConstraint::subtarget[64] |
Definition at line 238 of file DNA_constraint_types.h.
Referenced by minmax_flush_tars(), and minmax_get_tars().
| struct Object* bMinMaxConstraint::tar |
Definition at line 232 of file DNA_constraint_types.h.
Referenced by minmax_flush_tars(), minmax_get_tars(), and minmax_id_looper().