|
Blender V4.3
|
#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) |
|
static |
Definition at line 547 of file rna_annotations.cc.
References PROP_COLLECTION, PROP_NONE, rna_def_animdata_common(), rna_def_annotation_layers_api(), RNA_def_property(), RNA_def_property_collection_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_annotations().
|
static |
Definition at line 279 of file rna_annotations.cc.
References GP_FRAME_SELECT, MAXFRAME, NC_GPENCIL, ND_DATA, PROP_BOOLEAN, PROP_COLLECTION, PROP_INT, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_collection_sdna(), RNA_def_property_int_sdna(), RNA_def_property_range(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_annotations().
|
static |
Definition at line 309 of file rna_annotations.cc.
References FUNC_USE_REPORTS, MAXFRAME, MINAFRAME, PARM_REQUIRED, PARM_RNAPTR, PROP_NEVER_NULL, PROP_THICK_WRAP, RNA_def_boolean(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_int(), RNA_def_parameter_clear_flags(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property_srna(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_annotation_layer().
|
static |
Definition at line 353 of file rna_annotations.cc.
References GP_LAYER_FRAMELOCK, GP_LAYER_HIDE, GP_LAYER_IS_RULER, GP_LAYER_LOCKED, GP_LAYER_NO_XRAY, GP_LAYER_ONIONSKIN, GP_LAYER_ONIONSKIN_CUSTOM_COLOR, GP_LAYER_SELECT, NA_RENAME, NA_SELECTED, NC_GPENCIL, ND_DATA, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_COLOR_GAMMA, PROP_EDITABLE, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_PIXEL, PROP_POINTER, PROP_STRING, rna_def_annotation_frames_api(), RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_collection_sdna(), RNA_def_property_editable_func(), RNA_def_property_float_array_default(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_struct_type(), RNA_def_property_ui_icon(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_name_property(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_annotations().
|
static |
Definition at line 499 of file rna_annotations.cc.
References FUNC_USE_REPORTS, MAX_NAME, NA_SELECTED, NC_GPENCIL, ND_DATA, PARM_REQUIRED, PARM_RNAPTR, PROP_ENUM, PROP_INT, PROP_NEVER_NULL, PROP_NONE, PROP_THICK_WRAP, PROP_UNSIGNED, RNA_def_boolean(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_clear_flags(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_int_funcs(), RNA_def_property_srna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_string(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), and rna_enum_dummy_DEFAULT_items.
Referenced by rna_def_annotation_data().
|
static |
Definition at line 263 of file rna_annotations.cc.
References PROP_COLLECTION, PROP_NONE, RNA_def_property(), RNA_def_property_collection_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_annotations().
|
static |
Definition at line 247 of file rna_annotations.cc.
References NC_GPENCIL, ND_DATA, PROP_FLOAT, PROP_XYZ, RNA_def_property(), RNA_def_property_array(), RNA_def_property_float_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_annotations().
| void RNA_def_annotations | ( | BlenderRNA * | brna | ) |
Definition at line 570 of file rna_annotations.cc.
References rna_def_annotation_data(), rna_def_annotation_frame(), rna_def_annotation_layer(), rna_def_annotation_stroke(), and rna_def_annotation_stroke_point().