Blender V5.0
DNA_action_defaults.h File Reference
#include <math.h>

Go to the source code of this file.

Macros

Action Struct
#define DNA_DEFAULT_ACTION_LAST_SLOT_HANDLE   0x37627bf5
#define _DNA_DEFAULT_bAction
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 38 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 49 of file DNA_action_defaults.h.

◆ _DNA_DEFAULT_bAction

#define _DNA_DEFAULT_bAction
Value:
{ \
}
#define DNA_DEFAULT_ACTION_LAST_SLOT_HANDLE

Definition at line 27 of file DNA_action_defaults.h.

◆ DNA_DEFAULT_ACTION_LAST_SLOT_HANDLE