|
Blender
V2.93
|
#include <DNA_constraint_types.h>
Public Attributes | |
| struct Object * | tar |
| short | type |
| short | local |
| int | start |
| int | end |
| float | min |
| float | max |
| int | flag |
| char | mix_mode |
| char | _pad [3] |
| float | eval_time |
| struct bAction * | act |
| char | subtarget [64] |
Definition at line 337 of file DNA_constraint_types.h.
| char bActionConstraint::_pad[3] |
Definition at line 349 of file DNA_constraint_types.h.
| struct bAction* bActionConstraint::act |
Definition at line 351 of file DNA_constraint_types.h.
Referenced by constraint_bone_name_fix(), and updateDuplicateActionConstraintSettings().
| int bActionConstraint::end |
Definition at line 344 of file DNA_constraint_types.h.
| float bActionConstraint::eval_time |
Definition at line 350 of file DNA_constraint_types.h.
| int bActionConstraint::flag |
Definition at line 347 of file DNA_constraint_types.h.
| short bActionConstraint::local |
Was used in versions prior to the Constraints recode.
Definition at line 342 of file DNA_constraint_types.h.
| float bActionConstraint::max |
Definition at line 346 of file DNA_constraint_types.h.
Referenced by updateDuplicateActionConstraintSettings().
| float bActionConstraint::min |
Definition at line 345 of file DNA_constraint_types.h.
Referenced by updateDuplicateActionConstraintSettings().
| char bActionConstraint::mix_mode |
Definition at line 348 of file DNA_constraint_types.h.
| int bActionConstraint::start |
Definition at line 343 of file DNA_constraint_types.h.
| char bActionConstraint::subtarget[64] |
MAX_ID_NAME-2.
Definition at line 353 of file DNA_constraint_types.h.
Referenced by updateDuplicateActionConstraintSettings().
| struct Object* bActionConstraint::tar |
Definition at line 338 of file DNA_constraint_types.h.
| short bActionConstraint::type |
What transform 'channel' drives the result.
Definition at line 340 of file DNA_constraint_types.h.
Referenced by updateDuplicateActionConstraintSettings().