|
Blender V4.3
|
#include <cstdlib>#include "BKE_file_handler.hh"#include "DNA_collection_types.h"#include "DNA_lineart_types.h"#include "BLI_utildefines.h"#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 | |
| BLI_STATIC_ASSERT (ARRAY_SIZE(rna_enum_collection_color_items) - 2==COLLECTION_COLOR_TOT, "Collection color total is an invalid size") | |
| static void | rna_def_collection_objects (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_collection_children (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_collection_light_linking (BlenderRNA *brna) |
| static void | rna_def_collection_object (BlenderRNA *brna) |
| static void | rna_def_collection_child (BlenderRNA *brna) |
| static void | rna_def_collection_exporter_data (BlenderRNA *brna) |
| void | RNA_def_collections (BlenderRNA *brna) |
Variables | |
| const EnumPropertyItem | rna_enum_collection_color_items [] |
| BLI_STATIC_ASSERT | ( | ARRAY_SIZE(rna_enum_collection_color_items) - | 2 = =COLLECTION_COLOR_TOT, |
| "Collection color total is an invalid size" | ) |
|
static |
Definition at line 580 of file rna_collection.cc.
References PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, RNA_def_property(), RNA_def_property_flag(), 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_collections().
|
static |
Definition at line 508 of file rna_collection.cc.
References FUNC_USE_MAIN, FUNC_USE_REPORTS, PARM_REQUIRED, PROP_NEVER_NULL, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_ui_description(), 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_collections().
|
static |
Definition at line 598 of file rna_collection.cc.
References IO_HANDLER_PANEL_OPEN, NC_SPACE, ND_SPACE_PROPERTIES, PROP_BOOLEAN, PROP_NO_DEG_UPDATE, PROP_NONE, PROP_POINTER, PROP_STRING, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_string_funcs(), RNA_def_property_struct_type(), 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_collections().
|
static |
Definition at line 534 of file rna_collection.cc.
References COLLECTION_LIGHT_LINKING_STATE_EXCLUDE, COLLECTION_LIGHT_LINKING_STATE_INCLUDE, NC_OBJECT, ND_DRAW, PROP_ANIMATABLE, PROP_ENUM, PROP_NONE, RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_enum_items(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_collections().
|
static |
Definition at line 563 of file rna_collection.cc.
References PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, RNA_def_property(), RNA_def_property_flag(), 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_collections().
|
static |
Definition at line 481 of file rna_collection.cc.
References FUNC_USE_MAIN, FUNC_USE_REPORTS, PARM_REQUIRED, PROP_NEVER_NULL, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_ui_description(), 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_collections().
| void RNA_def_collections | ( | BlenderRNA * | brna | ) |
Definition at line 626 of file rna_collection.cc.
References COLLECTION_HIDE_RENDER, COLLECTION_HIDE_SELECT, COLLECTION_HIDE_VIEWPORT, COLLECTION_LRT_EXCLUDE, COLLECTION_LRT_FORCE_INTERSECTION, COLLECTION_LRT_INCLUDE, COLLECTION_LRT_INTERSECTION_ONLY, COLLECTION_LRT_NO_INTERSECTION, COLLECTION_LRT_OCCLUSION_ONLY, COLLECTION_LRT_USE_INTERSECTION_PRIORITY, NC_OBJECT, NC_SCENE, ND_DRAW, ND_LAYER_CONTENT, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_ENUM, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_TRANSLATION, PROP_UNSIGNED, PROPOVERRIDE_NO_COMPARISON, PROPOVERRIDE_OVERRIDABLE_LIBRARY, rna_def_collection_child(), rna_def_collection_children(), rna_def_collection_exporter_data(), rna_def_collection_light_linking(), rna_def_collection_object(), rna_def_collection_objects(), RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_default(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_override_clear_flag(), RNA_def_property_override_flag(), RNA_def_property_override_funcs(), 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_clear_flag(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), RNA_define_lib_overridable(), rna_enum_collection_color_items, RNA_TRANSLATION_PREC_DEFAULT, and STRUCT_ID_REFCOUNT.
| const EnumPropertyItem rna_enum_collection_color_items[] |
Definition at line 26 of file rna_collection.cc.
Referenced by blender::ed::outliner::OUTLINER_OT_collection_color_tag_set(), and RNA_def_collections().