Blender
V3.3
|
#include "DNA_layer_types.h"
#include "DNA_scene_types.h"
#include "DNA_view3d_types.h"
#include "BLT_translation.h"
#include "ED_object.h"
#include "ED_render.h"
#include "RE_engine.h"
#include "WM_api.h"
#include "WM_types.h"
#include "RNA_define.h"
#include "rna_internal.h"
Go to the source code of this file.
Functions | |
static void | rna_def_layer_collection (BlenderRNA *brna) |
static void | rna_def_layer_objects (BlenderRNA *brna, PropertyRNA *cprop) |
static void | rna_def_object_base (BlenderRNA *brna) |
void | RNA_def_view_layer (BlenderRNA *brna) |
|
static |
Definition at line 357 of file rna_layer.c.
References FUNC_USE_CONTEXT, LAYER_COLLECTION_EXCLUDE, LAYER_COLLECTION_HIDE, LAYER_COLLECTION_HOLDOUT, LAYER_COLLECTION_INDIRECT_ONLY, LAYER_COLLECTION_VISIBLE_VIEW_LAYER, NC_SCENE, ND_LAYER, ND_LAYER_CONTENT, NULL, PARM_REQUIRED, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_EDITABLE, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_STRING, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_boolean(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_collection_sdna(), RNA_def_property_flag(), RNA_def_property_override_flag(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), 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_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_view_layer().
|
static |
Definition at line 452 of file rna_layer.c.
References NC_SCENE, ND_OB_ACTIVE, NULL, PROP_COLLECTION, PROP_EDITABLE, PROP_NEVER_UNLINK, PROP_NONE, PROP_POINTER, RNA_def_property(), RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), 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_view_layer().
|
static |
Definition at line 490 of file rna_layer.c.
References BASE_HIDDEN, BASE_SELECTED, NC_OBJECT, ND_DRAW, NULL, PROP_BOOLEAN, PROP_CONTEXT_UPDATE, PROP_LIB_EXCEPTION, PROP_NONE, PROP_POINTER, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_flag(), RNA_def_property_override_flag(), RNA_def_property_pointer_sdna(), RNA_def_property_ui_icon(), 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_view_layer().
void RNA_def_view_layer | ( | BlenderRNA * | brna | ) |
Definition at line 519 of file rna_layer.c.
References FUNC_NO_SELF, FUNC_USE_MAIN, FUNC_USE_REPORTS, FUNC_USE_SELF_ID, NC_SCENE, ND_LAYER, NULL, PROP_BOOLEAN, PROP_COLLECTION, PROP_EDITABLE, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROPOVERRIDE_NO_COMPARISON, rna_def_freestyle_settings(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_ui_description(), rna_def_layer_collection(), rna_def_layer_objects(), rna_def_object_base(), RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), RNA_def_property_flag(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_idprops_func(), RNA_def_struct_path_func(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), rna_def_view_layer_common(), RNA_define_animate_sdna(), VIEW_LAYER_FREESTYLE, and VIEW_LAYER_RENDER.