Blender  V3.3
Public Attributes | List of all members
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
 
char subtarget [64]
 

Detailed Description

Definition at line 323 of file DNA_constraint_types.h.

Member Data Documentation

◆ _pad

char bActionConstraint::_pad[3]

Definition at line 335 of file DNA_constraint_types.h.

◆ act

struct bAction* bActionConstraint::act

◆ end

int bActionConstraint::end

Definition at line 330 of file DNA_constraint_types.h.

◆ eval_time

float bActionConstraint::eval_time

Definition at line 336 of file DNA_constraint_types.h.

◆ flag

int bActionConstraint::flag

Definition at line 333 of file DNA_constraint_types.h.

◆ local

short bActionConstraint::local

Was used in versions prior to the Constraints recode.

Definition at line 328 of file DNA_constraint_types.h.

◆ max

float bActionConstraint::max

Definition at line 332 of file DNA_constraint_types.h.

Referenced by updateDuplicateActionConstraintSettings().

◆ min

float bActionConstraint::min

Definition at line 331 of file DNA_constraint_types.h.

Referenced by updateDuplicateActionConstraintSettings().

◆ mix_mode

char bActionConstraint::mix_mode

Definition at line 334 of file DNA_constraint_types.h.

◆ start

int bActionConstraint::start

Definition at line 329 of file DNA_constraint_types.h.

◆ subtarget

char bActionConstraint::subtarget[64]

MAX_ID_NAME-2.

Definition at line 339 of file DNA_constraint_types.h.

Referenced by updateDuplicateActionConstraintSettings().

◆ tar

struct Object* bActionConstraint::tar

Definition at line 324 of file DNA_constraint_types.h.

◆ type

short bActionConstraint::type

What transform 'channel' drives the result.

Definition at line 326 of file DNA_constraint_types.h.

Referenced by updateDuplicateActionConstraintSettings().


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