|
Blender V4.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 |
| int32_t | action_slot_handle |
| char | action_slot_name [66] |
| char | _pad1 [2] |
| char | subtarget [64] |
Definition at line 319 of file DNA_constraint_types.h.
| char bActionConstraint::_pad[3] |
Definition at line 335 of file DNA_constraint_types.h.
| char bActionConstraint::_pad1[2] |
Definition at line 340 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().
| int32_t bActionConstraint::action_slot_handle |
Definition at line 338 of file DNA_constraint_types.h.
Referenced by updateDuplicateActionConstraintSettings().
| char bActionConstraint::action_slot_name[66] |
Definition at line 339 of file DNA_constraint_types.h.
| int bActionConstraint::end |
'End' frame in the Action.
Definition at line 328 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 324 of file DNA_constraint_types.h.
| float bActionConstraint::max |
'End' value of the target property. Note that this may be smaller than min.
Definition at line 332 of file DNA_constraint_types.h.
Referenced by updateDuplicateActionConstraintSettings().
| float bActionConstraint::min |
'Start' value of the target property. Note that this may be larger than max.
Definition at line 330 of file DNA_constraint_types.h.
Referenced by updateDuplicateActionConstraintSettings().
| char bActionConstraint::mix_mode |
Definition at line 334 of file DNA_constraint_types.h.
Referenced by add_new_constraint().
| int bActionConstraint::start |
'Start' frame in the Action.
Definition at line 326 of file DNA_constraint_types.h.
| char bActionConstraint::subtarget[64] |
MAX_ID_NAME-2.
Definition at line 342 of file DNA_constraint_types.h.
Referenced by updateDuplicateActionConstraintSettings().
| struct Object* bActionConstraint::tar |
Definition at line 320 of file DNA_constraint_types.h.
| short bActionConstraint::type |
What transform 'channel' drives the result.
Definition at line 322 of file DNA_constraint_types.h.
Referenced by actcon_new_data(), and updateDuplicateActionConstraintSettings().