Blender
V3.3
|
#include "DNA_object_types.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "rna_internal.h"
Go to the source code of this file.
Functions | |
void | RNA_api_region_view3d (StructRNA *srna) |
void | RNA_api_space_node (StructRNA *srna) |
void | RNA_api_space_text (StructRNA *srna) |
void | rna_def_object_type_visibility_flags_common (StructRNA *srna, int noteflag) |
void | RNA_api_space_filebrowser (StructRNA *srna) |
Definition at line 79 of file rna_space_api.c.
References FUNC_USE_CONTEXT, FUNC_USE_SELF_ID, RNA_def_function(), RNA_def_function_flag(), and RNA_def_function_ui_description().
Referenced by rna_def_space_view3d().
Definition at line 181 of file rna_space_api.c.
References PARM_REQUIRED, PROP_FILEPATH, PROP_NONE, PROP_POINTER, PROP_STRING, RNA_def_boolean(), RNA_def_function(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_property(), and RNA_def_property_struct_type().
Referenced by rna_def_space_filebrowser().
Definition at line 88 of file rna_space_api.c.
References FUNC_USE_CONTEXT, PARM_REQUIRED, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_ui_description(), RNA_def_int(), and RNA_def_parameter_flags().
Referenced by rna_def_space_node().
Definition at line 103 of file rna_space_api.c.
References FUNC_USE_SELF_ID, NULL, PARM_REQUIRED, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_output(), RNA_def_function_ui_description(), RNA_def_int(), RNA_def_int_array(), and RNA_def_parameter_flags().
Referenced by rna_def_space_text().
Definition at line 122 of file rna_space_api.c.
References ARRAY_SIZE, NULL, OB_ARMATURE, OB_CAMERA, OB_CURVES, OB_CURVES_LEGACY, OB_EMPTY, OB_FONT, OB_GPENCIL, OB_LAMP, OB_LATTICE, OB_LIGHTPROBE, OB_MBALL, OB_MESH, OB_POINTCLOUD, OB_SPEAKER, OB_SURF, OB_VOLUME, PROP_BOOLEAN, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_ui_text(), and RNA_def_property_update().
Referenced by rna_def_space_view3d(), and rna_def_xr_session_settings().