![]() |
Blender V2.61 - r43446
|
#include <DNA_constraint_types.h>
Public Attributes | |
| struct Object * | tar |
| short | type |
| short | local |
| int | start |
| int | end |
| float | min |
| float | max |
| int | pad |
| struct bAction * | act |
| char | subtarget [64] |
Definition at line 242 of file DNA_constraint_types.h.
| struct bAction* bActionConstraint::act |
Definition at line 251 of file DNA_constraint_types.h.
Referenced by actcon_get_tarmat(), actcon_id_looper(), actcon_relink(), joined_armature_fix_links(), and test_constraints().
Definition at line 247 of file DNA_constraint_types.h.
Referenced by actcon_get_tarmat().
| short bActionConstraint::local |
Definition at line 245 of file DNA_constraint_types.h.
Referenced by do_versions().
| float bActionConstraint::max |
Definition at line 249 of file DNA_constraint_types.h.
Referenced by actcon_get_tarmat().
| float bActionConstraint::min |
Definition at line 248 of file DNA_constraint_types.h.
Referenced by actcon_get_tarmat().
Definition at line 250 of file DNA_constraint_types.h.
Definition at line 246 of file DNA_constraint_types.h.
Referenced by actcon_get_tarmat().
| char bActionConstraint::subtarget[64] |
Definition at line 252 of file DNA_constraint_types.h.
Referenced by actcon_flush_tars(), and actcon_get_tars().
| struct Object* bActionConstraint::tar |
Definition at line 243 of file DNA_constraint_types.h.
Referenced by actcon_flush_tars(), actcon_get_tars(), and actcon_id_looper().
| short bActionConstraint::type |
Definition at line 244 of file DNA_constraint_types.h.
Referenced by actcon_get_tarmat(), and actcon_new_data().