Blender V5.0
bActionConstraint Struct Reference

#include <DNA_constraint_types.h>

Public Attributes

struct Objecttar
short type
short local
int start
int end
float min
float max
int flag
char mix_mode
char _pad [3]
float eval_time
struct bActionact
int32_t action_slot_handle
char last_slot_identifier [258]
char _pad1 [2]
char subtarget [64]

Detailed Description

Definition at line 272 of file DNA_constraint_types.h.

Member Data Documentation

◆ _pad

char bActionConstraint::_pad[3]

Definition at line 288 of file DNA_constraint_types.h.

◆ _pad1

char bActionConstraint::_pad1[2]

Definition at line 293 of file DNA_constraint_types.h.

◆ act

◆ action_slot_handle

◆ end

int bActionConstraint::end

'End' frame in the Action.

Definition at line 281 of file DNA_constraint_types.h.

◆ eval_time

float bActionConstraint::eval_time

Definition at line 289 of file DNA_constraint_types.h.

◆ flag

int bActionConstraint::flag

Definition at line 286 of file DNA_constraint_types.h.

◆ last_slot_identifier

◆ local

short bActionConstraint::local

Was used in versions prior to the Constraints recode.

Definition at line 277 of file DNA_constraint_types.h.

◆ max

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().

◆ min

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().

◆ mix_mode

char bActionConstraint::mix_mode

Definition at line 287 of file DNA_constraint_types.h.

◆ start

int bActionConstraint::start

'Start' frame in the Action.

Definition at line 279 of file DNA_constraint_types.h.

◆ subtarget

char bActionConstraint::subtarget[64]

Definition at line 294 of file DNA_constraint_types.h.

Referenced by update_duplicate_action_constraint_settings().

◆ tar

struct Object* bActionConstraint::tar

Definition at line 273 of file DNA_constraint_types.h.

◆ type

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().


The documentation for this struct was generated from the following file: