Blender  V2.93
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 337 of file DNA_constraint_types.h.

Member Data Documentation

◆ _pad

char bActionConstraint::_pad[3]

Definition at line 349 of file DNA_constraint_types.h.

◆ act

struct bAction* bActionConstraint::act

◆ end

int bActionConstraint::end

Definition at line 344 of file DNA_constraint_types.h.

◆ eval_time

float bActionConstraint::eval_time

Definition at line 350 of file DNA_constraint_types.h.

◆ flag

int bActionConstraint::flag

Definition at line 347 of file DNA_constraint_types.h.

◆ local

short bActionConstraint::local

Was used in versions prior to the Constraints recode.

Definition at line 342 of file DNA_constraint_types.h.

◆ max

float bActionConstraint::max

Definition at line 346 of file DNA_constraint_types.h.

Referenced by updateDuplicateActionConstraintSettings().

◆ min

float bActionConstraint::min

Definition at line 345 of file DNA_constraint_types.h.

Referenced by updateDuplicateActionConstraintSettings().

◆ mix_mode

char bActionConstraint::mix_mode

Definition at line 348 of file DNA_constraint_types.h.

◆ start

int bActionConstraint::start

Definition at line 343 of file DNA_constraint_types.h.

◆ subtarget

char bActionConstraint::subtarget[64]

MAX_ID_NAME-2.

Definition at line 353 of file DNA_constraint_types.h.

Referenced by updateDuplicateActionConstraintSettings().

◆ tar

struct Object* bActionConstraint::tar

Definition at line 338 of file DNA_constraint_types.h.

◆ type

short bActionConstraint::type

What transform 'channel' drives the result.

Definition at line 340 of file DNA_constraint_types.h.

Referenced by updateDuplicateActionConstraintSettings().


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