Blender  V3.3
Macros | Functions | Variables
rna_animation.c File Reference
#include <stdlib.h>
#include "DNA_action_types.h"
#include "DNA_anim_types.h"
#include "DNA_scene_types.h"
#include "BLI_utildefines.h"
#include "BLT_translation.h"
#include "MEM_guardedalloc.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "rna_internal.h"
#include "WM_types.h"
#include "ED_keyframing.h"

Go to the source code of this file.

Macros

#define KEYINGSET_IDNAME_DOC
 

Functions

static void rna_def_common_keying_flags (StructRNA *srna, short reg)
 
static void rna_def_keyingset_info (BlenderRNA *brna)
 
static void rna_def_keyingset_path (BlenderRNA *brna)
 
static void rna_def_keyingset_paths (BlenderRNA *brna, PropertyRNA *cprop)
 
static void rna_def_keyingset (BlenderRNA *brna)
 
static void rna_api_animdata_nla_tracks (BlenderRNA *brna, PropertyRNA *cprop)
 
static void rna_api_animdata_drivers (BlenderRNA *brna, PropertyRNA *cprop)
 
void rna_def_animdata_common (StructRNA *srna)
 
static void rna_def_animdata (BlenderRNA *brna)
 
void RNA_def_animation (BlenderRNA *brna)
 

Variables

const EnumPropertyItem rna_enum_keyingset_path_grouping_items []
 
const EnumPropertyItem rna_enum_keying_flag_items []
 
const EnumPropertyItem rna_enum_keying_flag_items_api []
 

Macro Definition Documentation

◆ KEYINGSET_IDNAME_DOC

#define KEYINGSET_IDNAME_DOC
Value:
"If this is set, the Keying Set gets a custom ID, otherwise it takes " \
"the name of the class used to define the Keying Set (for example, " \
"if the class name is \"BUILTIN_KSI_location\", and bl_idname is not " \
"set by the script, then bl_idname = \"BUILTIN_KSI_location\")"

Definition at line 852 of file rna_animation.c.

Function Documentation

◆ rna_api_animdata_drivers()

static void rna_api_animdata_drivers ( BlenderRNA brna,
PropertyRNA cprop 
)
static

◆ rna_api_animdata_nla_tracks()

static void rna_api_animdata_nla_tracks ( BlenderRNA brna,
PropertyRNA cprop 
)
static

◆ RNA_def_animation()

void RNA_def_animation ( BlenderRNA brna)

◆ rna_def_animdata()

static void rna_def_animdata ( BlenderRNA brna)
static

◆ rna_def_animdata_common()

void rna_def_animdata_common ( StructRNA srna)

◆ rna_def_common_keying_flags()

static void rna_def_common_keying_flags ( StructRNA srna,
short  reg 
)
static

◆ rna_def_keyingset()

static void rna_def_keyingset ( BlenderRNA brna)
static

◆ rna_def_keyingset_info()

static void rna_def_keyingset_info ( BlenderRNA brna)
static

◆ rna_def_keyingset_path()

static void rna_def_keyingset_path ( BlenderRNA brna)
static

◆ rna_def_keyingset_paths()

static void rna_def_keyingset_paths ( BlenderRNA brna,
PropertyRNA cprop 
)
static

Variable Documentation

◆ rna_enum_keying_flag_items

const EnumPropertyItem rna_enum_keying_flag_items[]
Initial value:
= {
"INSERTKEY_NEEDED",
0,
"Only Needed",
"Only insert keyframes where they're needed in the relevant F-Curves"},
"INSERTKEY_VISUAL",
0,
"Visual Keying",
"Insert keyframes based on 'visual transforms'"},
"INSERTKEY_XYZ_TO_RGB",
0,
"XYZ=RGB Colors",
"Color for newly added transformation F-Curves (Location, Rotation, Scale) "
"and also Color is based on the transform axis"},
{0, NULL, 0, NULL, NULL},
}
@ INSERTKEY_MATRIX
@ INSERTKEY_NEEDED
@ INSERTKEY_XYZ2RGB

Definition at line 41 of file rna_animation.c.

Referenced by rna_def_keyingset_info().

◆ rna_enum_keying_flag_items_api

const EnumPropertyItem rna_enum_keying_flag_items_api[]

Definition at line 62 of file rna_animation.c.

Referenced by pyrna_struct_keyframe_parse().

◆ rna_enum_keyingset_path_grouping_items

const EnumPropertyItem rna_enum_keyingset_path_grouping_items[]
Initial value:
= {
{KSP_GROUP_NAMED, "NAMED", 0, "Named Group", ""},
{KSP_GROUP_NONE, "NONE", 0, "None", ""},
{KSP_GROUP_KSNAME, "KEYINGSET", 0, "Keying Set Name", ""},
{0, NULL, 0, NULL, NULL},
}
@ KSP_GROUP_KSNAME
@ KSP_GROUP_NAMED
@ KSP_GROUP_NONE

Definition at line 30 of file rna_animation.c.

Referenced by rna_def_keyingset_path(), and rna_def_keyingset_paths().