Blender V4.3
rna_action.cc File Reference
#include <cstdlib>
#include "DNA_action_types.h"
#include "DNA_anim_types.h"
#include "DNA_scene_types.h"
#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h"
#include "BLT_translation.hh"
#include "BKE_action.hh"
#include "BKE_blender.hh"
#include "RNA_access.hh"
#include "RNA_define.hh"
#include "RNA_enum_types.hh"
#include "rna_internal.hh"
#include "ANIM_action.hh"
#include "ANIM_action_legacy.hh"
#include "WM_types.hh"

Go to the source code of this file.

Functions

static void rna_def_dopesheet (BlenderRNA *brna)
 
static void rna_def_action_group (BlenderRNA *brna)
 
static void rna_def_action_groups (BlenderRNA *brna, PropertyRNA *cprop)
 
static void rna_def_action_fcurves (BlenderRNA *brna, PropertyRNA *cprop)
 
static void rna_def_action_pose_markers (BlenderRNA *brna, PropertyRNA *cprop)
 
static void rna_def_action_legacy (BlenderRNA *brna, StructRNA *srna)
 
static void rna_def_action (BlenderRNA *brna)
 
void RNA_def_action (BlenderRNA *brna)
 

Variables

const EnumPropertyItem default_ActionSlot_id_root_items []
 

Function Documentation

◆ RNA_def_action()

void RNA_def_action ( BlenderRNA * brna)

Definition at line 2866 of file rna_action.cc.

References rna_def_action(), rna_def_action_group(), and rna_def_dopesheet().

◆ rna_def_action()

◆ rna_def_action_fcurves()

◆ rna_def_action_group()

◆ rna_def_action_groups()

◆ rna_def_action_legacy()

◆ rna_def_action_pose_markers()

◆ rna_def_dopesheet()

Variable Documentation

◆ default_ActionSlot_id_root_items

const EnumPropertyItem default_ActionSlot_id_root_items[]
Initial value:
= {
{0,
"UNSPECIFIED",
ICON_NONE,
"Unspecified",
"Not yet specified. When this slot is first assigned to a data-block, this will be set to "
"the type of that data-block"},
{0, nullptr, 0, nullptr, nullptr},
}

Definition at line 79 of file rna_action.cc.

Referenced by rna_def_action_legacy().