Blender
V3.3
|
#include <stdlib.h>
#include "DNA_collection_types.h"
#include "DNA_lineart_types.h"
#include "BLI_utildefines.h"
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "rna_internal.h"
#include "WM_types.h"
Go to the source code of this file.
Functions | |
static void | rna_def_collection_objects (BlenderRNA *brna, PropertyRNA *cprop) |
static void | rna_def_collection_children (BlenderRNA *brna, PropertyRNA *cprop) |
void | RNA_def_collections (BlenderRNA *brna) |
Variables | |
const EnumPropertyItem | rna_enum_collection_color_items [] |
|
static |
Definition at line 462 of file rna_collection.c.
References FUNC_USE_MAIN, FUNC_USE_REPORTS, NULL, 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 435 of file rna_collection.c.
References FUNC_USE_MAIN, FUNC_USE_REPORTS, NULL, 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 488 of file rna_collection.c.
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, NULL, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_ENUM, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_TRANSLATION, PROPOVERRIDE_NO_COMPARISON, PROPOVERRIDE_OVERRIDABLE_LIBRARY, rna_def_collection_children(), 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_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_range(), 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 22 of file rna_collection.c.
Referenced by OUTLINER_OT_collection_color_tag_set(), and RNA_def_collections().