|
Blender V4.3
|
#include "BKE_attribute.h"#include "BKE_global.hh"#include "BLI_string.h"#include "DNA_grease_pencil_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_api.hh"Go to the source code of this file.
Functions | |
| static void | rna_def_grease_pencil_drawing (BlenderRNA *brna) |
| static void | rna_def_grease_pencil_frame (BlenderRNA *brna) |
| static void | rna_def_grease_pencil_frames (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_grease_pencil_layer_mask (BlenderRNA *brna) |
| static void | rna_def_grease_pencil_layer_masks (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_grease_pencil_layer (BlenderRNA *brna) |
| static void | rna_def_grease_pencil_layers (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_grease_pencil_layer_group (BlenderRNA *brna) |
| static void | rna_def_grease_pencil_layer_groups (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_grease_pencil_onion_skinning (StructRNA *srna) |
| static void | rna_def_grease_pencil_data (BlenderRNA *brna) |
| void | RNA_def_grease_pencil (BlenderRNA *brna) |
| void RNA_def_grease_pencil | ( | BlenderRNA * | brna | ) |
Definition at line 1394 of file rna_grease_pencil.cc.
References rna_def_grease_pencil_data(), rna_def_grease_pencil_drawing(), rna_def_grease_pencil_frame(), rna_def_grease_pencil_layer(), rna_def_grease_pencil_layer_group(), and rna_def_grease_pencil_layer_mask().
|
static |
Definition at line 1300 of file rna_grease_pencil.cc.
References GREASE_PENCIL_AUTOLOCK_LAYERS, GREASE_PENCIL_STROKE_ORDER_3D, GreasePencil, NC_GPENCIL, ND_DATA, PROP_BOOLEAN, PROP_COLLECTION, PROP_ENUM, PROP_NONE, rna_def_animdata_common(), rna_def_attributes_common(), rna_def_grease_pencil_layer_groups(), rna_def_grease_pencil_layers(), rna_def_grease_pencil_onion_skinning(), RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), RNA_def_property_enum_bitflag_sdna(), RNA_def_property_enum_items(), RNA_def_property_srna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_grease_pencil().
|
static |
Definition at line 603 of file rna_grease_pencil.cc.
References GP_DRAWING, GP_DRAWING_REFERENCE, GreasePencilDrawing, NC_GPENCIL, ND_DATA, PROP_COLLECTION, PROP_EDITABLE, PROP_ENUM, PROP_INT, PROP_NONE, PROPOVERRIDE_IGNORE, RNA_api_grease_pencil_drawing(), rna_def_attributes_common(), RNA_def_parameter_clear_flags(), RNA_def_property(), RNA_def_property_collection_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_int_funcs(), RNA_def_property_override_flag(), 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_grease_pencil().
|
static |
Definition at line 656 of file rna_grease_pencil.cc.
References BEZT_KEYTYPE_BREAKDOWN, BEZT_KEYTYPE_EXTREME, BEZT_KEYTYPE_GENERATED, BEZT_KEYTYPE_JITTER, BEZT_KEYTYPE_KEYFRAME, BEZT_KEYTYPE_MOVEHOLD, GP_FRAME_SELECTED, MAXFRAME, MINAFRAME, NC_GPENCIL, ND_DATA, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_EDITABLE, PROP_ENUM, PROP_INT, PROP_NONE, PROP_POINTER, RNA_def_parameter_clear_flags(), RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_int_funcs(), RNA_def_property_pointer_funcs(), 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_grease_pencil().
|
static |
Definition at line 730 of file rna_grease_pencil.cc.
References RNA_api_grease_pencil_frames(), RNA_def_property_srna(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_grease_pencil_layer().
|
static |
Definition at line 796 of file rna_grease_pencil.cc.
References FLT_MAX, GP_LAYER_BLEND_ADD, GP_LAYER_BLEND_DIVIDE, GP_LAYER_BLEND_HARDLIGHT, GP_LAYER_BLEND_MULTIPLY, GP_LAYER_BLEND_NONE, GP_LAYER_BLEND_SUBTRACT, GP_LAYER_TREE_NODE_DISABLE_MASKS_IN_VIEWLAYER, GP_LAYER_TREE_NODE_HIDE, GP_LAYER_TREE_NODE_HIDE_MASKS, GP_LAYER_TREE_NODE_HIDE_ONION_SKINNING, GP_LAYER_TREE_NODE_IGNORE_LOCKED_MATERIALS, GP_LAYER_TREE_NODE_LOCKED, GP_LAYER_TREE_NODE_MUTE, GP_LAYER_TREE_NODE_SELECT, GP_LAYER_TREE_NODE_USE_LIGHTS, NA_RENAME, NC_GPENCIL, ND_DATA, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_COLOR, PROP_EDITABLE, PROP_ENUM, PROP_EULER, PROP_FACTOR, PROP_FLOAT, PROP_ID_SELF_CHECK, PROP_INT, PROP_MATRIX, PROP_NONE, PROP_POINTER, PROP_STRING, PROP_TRANSLATION, PROP_UNSIGNED, PROP_XYZ, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_api_grease_pencil_layer(), rna_def_grease_pencil_frames(), rna_def_grease_pencil_layer_masks(), 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_funcs(), RNA_def_property_collection_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_array_default(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_int_funcs(), RNA_def_property_multi_array(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_icon(), RNA_def_property_ui_range(), 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(), RNA_def_struct_ui_text(), rna_matrix_dimsize_4x4, and RNA_TRANSLATION_PREC_DEFAULT.
Referenced by RNA_def_grease_pencil().
|
static |
Definition at line 1074 of file rna_grease_pencil.cc.
References GP_LAYER_TREE_NODE_HIDE, GP_LAYER_TREE_NODE_HIDE_MASKS, GP_LAYER_TREE_NODE_HIDE_ONION_SKINNING, GP_LAYER_TREE_NODE_LOCKED, NA_RENAME, NC_GPENCIL, ND_DATA, PROP_BOOLEAN, PROP_NONE, PROP_POINTER, PROP_STRING, RNA_def_property(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_pointer_funcs(), 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_grease_pencil().
|
static |
Definition at line 1137 of file rna_grease_pencil.cc.
References NA_SELECTED, NC_GPENCIL, ND_DATA, PROP_EDITABLE, PROP_NONE, PROP_POINTER, RNA_api_grease_pencil_layer_groups(), RNA_def_property(), RNA_def_property_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_srna(), 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_grease_pencil_data().
|
static |
Definition at line 742 of file rna_grease_pencil.cc.
References GP_LAYER_MASK_HIDE, GP_LAYER_MASK_INVERT, NA_RENAME, NC_GPENCIL, ND_DATA, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), 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_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_grease_pencil().
|
static |
Definition at line 776 of file rna_grease_pencil.cc.
References PROP_ANIMATABLE, PROP_INT, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_int_funcs(), RNA_def_property_srna(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_grease_pencil_layer().
|
static |
Definition at line 1050 of file rna_grease_pencil.cc.
References NA_SELECTED, NC_GPENCIL, ND_DATA, PROP_EDITABLE, PROP_NONE, PROP_POINTER, RNA_api_grease_pencil_layers(), RNA_def_property(), RNA_def_property_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_srna(), 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_grease_pencil_data().
|
static |
Definition at line 1161 of file rna_grease_pencil.cc.
References BEZT_KEYTYPE_GENERATED, GP_ONION_SKINNING_FILTER_KEYTYPE_BREAKDOWN, GP_ONION_SKINNING_FILTER_KEYTYPE_EXTREME, GP_ONION_SKINNING_FILTER_KEYTYPE_JITTER, GP_ONION_SKINNING_FILTER_KEYTYPE_KEYFRAME, GP_ONION_SKINNING_FILTER_KEYTYPE_MOVEHOLD, GP_ONION_SKINNING_MODE_ABSOLUTE, GP_ONION_SKINNING_MODE_RELATIVE, GP_ONION_SKINNING_MODE_SELECTED, GP_ONION_SKINNING_SHOW_LOOP, GP_ONION_SKINNING_USE_CUSTOM_COLORS, GP_ONION_SKINNING_USE_FADE, GREASE_PENCIL_ONION_SKINNING_FILTER_ALL, NC_GPENCIL, NC_SCENE, NC_SCREEN, ND_DATA, ND_TOOLSETTINGS, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLOR, PROP_ENUM, PROP_FLOAT, PROP_INT, PROP_NONE, RNA_def_parameter_clear_flags(), RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_range(), RNA_def_property_ui_text(), and RNA_def_property_update().
Referenced by rna_def_grease_pencil_data().