Blender V4.3
rna_annotations.cc File Reference
#include "DNA_gpencil_legacy_types.h"
#include "DNA_scene_types.h"
#include "RNA_access.hh"
#include "RNA_define.hh"
#include "RNA_enum_types.hh"
#include "rna_internal.hh"
#include "WM_types.hh"

Go to the source code of this file.

Functions

static void rna_def_annotation_stroke_point (BlenderRNA *brna)
 
static void rna_def_annotation_stroke (BlenderRNA *brna)
 
static void rna_def_annotation_frame (BlenderRNA *brna)
 
static void rna_def_annotation_frames_api (BlenderRNA *brna, PropertyRNA *cprop)
 
static void rna_def_annotation_layer (BlenderRNA *brna)
 
static void rna_def_annotation_layers_api (BlenderRNA *brna, PropertyRNA *cprop)
 
static void rna_def_annotation_data (BlenderRNA *brna)
 
void RNA_def_annotations (BlenderRNA *brna)
 

Function Documentation

◆ rna_def_annotation_data()

◆ rna_def_annotation_frame()

◆ rna_def_annotation_frames_api()

◆ rna_def_annotation_layer()

◆ rna_def_annotation_layers_api()

◆ rna_def_annotation_stroke()

◆ rna_def_annotation_stroke_point()

◆ RNA_def_annotations()