|
Blender V4.3
|
#include "DNA_grease_pencil_types.h"#include "DNA_scene_types.h"#include "RNA_define.hh"#include "WM_api.hh"#include "rna_internal.hh"Go to the source code of this file.
Functions | |
| void | RNA_api_grease_pencil_drawing (StructRNA *srna) |
| void | RNA_api_grease_pencil_frames (StructRNA *srna) |
| void | RNA_api_grease_pencil_layer (StructRNA *srna) |
| void | RNA_api_grease_pencil_layers (StructRNA *srna) |
| void | RNA_api_grease_pencil_layer_groups (StructRNA *srna) |
Variables | |
| const EnumPropertyItem | rna_enum_tree_node_move_type_items [] |
| void RNA_api_grease_pencil_drawing | ( | StructRNA * | srna | ) |
Definition at line 426 of file rna_grease_pencil_api.cc.
References FUNC_USE_REPORTS, FUNC_USE_SELF_ID, PARM_REQUIRED, PROP_DYNAMIC, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_ui_description(), RNA_def_int_array(), and RNA_def_parameter_flags().
Referenced by rna_def_grease_pencil_drawing().
| void RNA_api_grease_pencil_frames | ( | StructRNA * | srna | ) |
Definition at line 499 of file rna_grease_pencil_api.cc.
References FUNC_USE_REPORTS, FUNC_USE_SELF_ID, MAXFRAME, MINAFRAME, PARM_REQUIRED, 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_flags(), and RNA_def_pointer().
Referenced by rna_def_grease_pencil_frames().
| void RNA_api_grease_pencil_layer | ( | StructRNA * | srna | ) |
Definition at line 592 of file rna_grease_pencil_api.cc.
References FUNC_USE_CONTEXT, MAXFRAME, MINAFRAME, PARM_REQUIRED, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_int(), RNA_def_parameter_flags(), and RNA_def_pointer().
Referenced by rna_def_grease_pencil_layer().
| void RNA_api_grease_pencil_layer_groups | ( | StructRNA * | srna | ) |
Definition at line 680 of file rna_grease_pencil_api.cc.
References MAX_NAME, PARM_REQUIRED, PARM_RNAPTR, PROP_NEVER_NULL, PROP_THICK_WRAP, RNA_def_boolean(), RNA_def_enum(), RNA_def_function(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_clear_flags(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_string(), and rna_enum_tree_node_move_type_items.
Referenced by rna_def_grease_pencil_layer_groups().
| void RNA_api_grease_pencil_layers | ( | StructRNA * | srna | ) |
Definition at line 613 of file rna_grease_pencil_api.cc.
References MAX_NAME, PARM_REQUIRED, PARM_RNAPTR, PROP_NEVER_NULL, PROP_THICK_WRAP, RNA_def_boolean(), RNA_def_enum(), RNA_def_function(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_clear_flags(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_string(), and rna_enum_tree_node_move_type_items.
Referenced by rna_def_grease_pencil_layers().
| const EnumPropertyItem rna_enum_tree_node_move_type_items[] |
Definition at line 18 of file rna_grease_pencil_api.cc.
Referenced by RNA_api_grease_pencil_layer_groups(), and RNA_api_grease_pencil_layers().