|
Blender
V3.3
|
#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 323 of file DNA_constraint_types.h.
| char bActionConstraint::_pad[3] |
Definition at line 335 of file DNA_constraint_types.h.
| struct bAction* bActionConstraint::act |
Definition at line 337 of file DNA_constraint_types.h.
Referenced by constraint_bone_name_fix(), and updateDuplicateActionConstraintSettings().
| int bActionConstraint::end |
Definition at line 330 of file DNA_constraint_types.h.
| float bActionConstraint::eval_time |
Definition at line 336 of file DNA_constraint_types.h.
| int bActionConstraint::flag |
Definition at line 333 of file DNA_constraint_types.h.
| short bActionConstraint::local |
Was used in versions prior to the Constraints recode.
Definition at line 328 of file DNA_constraint_types.h.
| float bActionConstraint::max |
Definition at line 332 of file DNA_constraint_types.h.
Referenced by updateDuplicateActionConstraintSettings().
| float bActionConstraint::min |
Definition at line 331 of file DNA_constraint_types.h.
Referenced by updateDuplicateActionConstraintSettings().
| char bActionConstraint::mix_mode |
Definition at line 334 of file DNA_constraint_types.h.
| int bActionConstraint::start |
Definition at line 329 of file DNA_constraint_types.h.
| char bActionConstraint::subtarget[64] |
MAX_ID_NAME-2.
Definition at line 339 of file DNA_constraint_types.h.
Referenced by updateDuplicateActionConstraintSettings().
| struct Object* bActionConstraint::tar |
Definition at line 324 of file DNA_constraint_types.h.
| short bActionConstraint::type |
What transform 'channel' drives the result.
Definition at line 326 of file DNA_constraint_types.h.
Referenced by updateDuplicateActionConstraintSettings().