|
Blender V5.0
|
#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 | last_slot_identifier [258] |
| char | _pad1 [2] |
| char | subtarget [64] |
Definition at line 272 of file DNA_constraint_types.h.
| char bActionConstraint::_pad[3] |
Definition at line 288 of file DNA_constraint_types.h.
| char bActionConstraint::_pad1[2] |
Definition at line 293 of file DNA_constraint_types.h.
| struct bAction* bActionConstraint::act |
Definition at line 290 of file DNA_constraint_types.h.
Referenced by constraint_bone_name_fix(), blender::animrig::foreach_action_slot_use_with_references(), blender::animrig::foreach_action_slot_use_with_rna(), and update_duplicate_action_constraint_settings().
| int32_t bActionConstraint::action_slot_handle |
Definition at line 291 of file DNA_constraint_types.h.
Referenced by constraint_bone_name_fix(), blender::animrig::foreach_action_slot_use_with_references(), and update_duplicate_action_constraint_settings().
| int bActionConstraint::end |
'End' frame in the Action.
Definition at line 281 of file DNA_constraint_types.h.
| float bActionConstraint::eval_time |
Definition at line 289 of file DNA_constraint_types.h.
| int bActionConstraint::flag |
Definition at line 286 of file DNA_constraint_types.h.
| char bActionConstraint::last_slot_identifier[258] |
Definition at line 292 of file DNA_constraint_types.h.
Referenced by blender::animrig::foreach_action_slot_use_with_references(), blender::animrig::foreach_action_slot_use_with_rna(), and long_id_names_process_action_slots_identifiers().
| short bActionConstraint::local |
Was used in versions prior to the Constraints recode.
Definition at line 277 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 285 of file DNA_constraint_types.h.
Referenced by update_duplicate_action_constraint_settings().
| float bActionConstraint::min |
'Start' value of the target property. Note that this may be larger than max.
Definition at line 283 of file DNA_constraint_types.h.
Referenced by update_duplicate_action_constraint_settings().
| char bActionConstraint::mix_mode |
Definition at line 287 of file DNA_constraint_types.h.
| int bActionConstraint::start |
'Start' frame in the Action.
Definition at line 279 of file DNA_constraint_types.h.
| char bActionConstraint::subtarget[64] |
Definition at line 294 of file DNA_constraint_types.h.
Referenced by update_duplicate_action_constraint_settings().
| struct Object* bActionConstraint::tar |
Definition at line 273 of file DNA_constraint_types.h.
| short bActionConstraint::type |
What transform 'channel' drives the result.
Definition at line 275 of file DNA_constraint_types.h.
Referenced by update_duplicate_action_constraint_settings().