Blender V4.3
DNA_action_defaults.h File Reference
#include <math.h>

Go to the source code of this file.

Macros

ActionLayer Struct
#define _DNA_DEFAULT_ActionLayer
 
ActionStrip Struct
#define _DNA_DEFAULT_ActionStrip
 

Macro Definition Documentation

◆ _DNA_DEFAULT_ActionLayer

#define _DNA_DEFAULT_ActionLayer
Value:
{ \
.influence = 1.0f, \
}

Definition at line 19 of file DNA_action_defaults.h.

◆ _DNA_DEFAULT_ActionStrip

#define _DNA_DEFAULT_ActionStrip
Value:
{ \
.data_index = -1, \
.frame_start = -INFINITY, \
.frame_end = INFINITY, \
}

Definition at line 30 of file DNA_action_defaults.h.