|
Blender V4.3
|
#include <cstdlib>#include <cstring>#include "MEM_guardedalloc.h"#include "BLT_translation.hh"#include "BKE_attribute.hh"#include "BKE_context.hh"#include "BKE_geometry_set.hh"#include "BKE_image.hh"#include "BKE_key.hh"#include "BKE_movieclip.h"#include "BKE_node.hh"#include "BKE_studiolight.h"#include "BKE_viewer_path.hh"#include "ED_asset.hh"#include "ED_spreadsheet.hh"#include "ED_text.hh"#include "BLI_listbase.h"#include "BLI_math_matrix.h"#include "BLI_math_rotation.h"#include "BLI_math_vector.h"#include "BLI_string.h"#include "BLI_sys_types.h"#include "BLI_uuid.h"#include "DNA_action_types.h"#include "DNA_gpencil_legacy_types.h"#include "DNA_key_types.h"#include "DNA_mask_types.h"#include "DNA_material_types.h"#include "DNA_node_types.h"#include "DNA_object_types.h"#include "DNA_sequence_types.h"#include "DNA_space_types.h"#include "DNA_view3d_types.h"#include "DNA_workspace_types.h"#include "RNA_access.hh"#include "RNA_define.hh"#include "rna_internal.hh"#include "SEQ_proxy.hh"#include "SEQ_relations.hh"#include "SEQ_sequencer.hh"#include "SEQ_thumbnail_cache.hh"#include "WM_api.hh"#include "WM_types.hh"#include "RE_engine.h"#include "RE_pipeline.h"#include "RNA_enum_types.hh"Go to the source code of this file.
Macros | |
| #define | SACT_ITEM_DOPESHEET |
| #define | SACT_ITEM_TIMELINE |
| #define | SACT_ITEM_ACTION |
| #define | SACT_ITEM_SHAPEKEY |
| #define | SACT_ITEM_GPENCIL |
| #define | SACT_ITEM_MASK |
| #define | SACT_ITEM_CACHEFILE |
| #define | SI_ITEM_VIEW(identifier, name, icon) |
| #define | SI_ITEM_UV |
| #define | SI_ITEM_PAINT |
| #define | SI_ITEM_MASK |
| #define | V3D_S3D_CAMERA_LEFT {STEREO_LEFT_ID, "LEFT", ICON_RESTRICT_RENDER_OFF, "Left", ""}, |
| #define | V3D_S3D_CAMERA_RIGHT {STEREO_RIGHT_ID, "RIGHT", ICON_RESTRICT_RENDER_OFF, "Right", ""}, |
| #define | V3D_S3D_CAMERA_S3D {STEREO_3D_ID, "S3D", ICON_CAMERA_STEREO, "3D", ""}, |
| #define | DEF_SHOW_REGION_PROPERTY(identifier, label, description) |
Referenced by rna_def_space_generic_show_region_toggles().
| #define SACT_ITEM_ACTION |
Definition at line 227 of file rna_space.cc.
| #define SACT_ITEM_CACHEFILE |
Definition at line 246 of file rna_space.cc.
| #define SACT_ITEM_DOPESHEET |
Definition at line 219 of file rna_space.cc.
| #define SACT_ITEM_GPENCIL |
Definition at line 237 of file rna_space.cc.
| #define SACT_ITEM_MASK |
Definition at line 242 of file rna_space.cc.
| #define SACT_ITEM_SHAPEKEY |
Definition at line 232 of file rna_space.cc.
| #define SACT_ITEM_TIMELINE |
Definition at line 223 of file rna_space.cc.
| #define SI_ITEM_MASK |
Definition at line 305 of file rna_space.cc.
| #define SI_ITEM_PAINT |
Definition at line 301 of file rna_space.cc.
| #define SI_ITEM_UV |
Definition at line 297 of file rna_space.cc.
| #define SI_ITEM_VIEW | ( | identifier, | |
| name, | |||
| icon ) |
Definition at line 293 of file rna_space.cc.
| #define V3D_S3D_CAMERA_LEFT {STEREO_LEFT_ID, "LEFT", ICON_RESTRICT_RENDER_OFF, "Left", ""}, |
Definition at line 336 of file rna_space.cc.
| #define V3D_S3D_CAMERA_RIGHT {STEREO_RIGHT_ID, "RIGHT", ICON_RESTRICT_RENDER_OFF, "Right", ""}, |
Definition at line 337 of file rna_space.cc.
| #define V3D_S3D_CAMERA_S3D {STEREO_3D_ID, "S3D", ICON_CAMERA_STEREO, "3D", ""}, |
Definition at line 338 of file rna_space.cc.
|
static |
Definition at line 6821 of file rna_space.cc.
References BLT_I18NCONTEXT_ID_TEXT, CONSOLE_LINE_ERROR, CONSOLE_LINE_INFO, CONSOLE_LINE_INPUT, CONSOLE_LINE_OUTPUT, NC_SPACE, ND_SPACE_CONSOLE, PROP_ENUM, PROP_INT, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_int_funcs(), RNA_def_property_string_funcs(), RNA_def_property_translation_context(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), and RNA_def_struct_ui_text().
Referenced by RNA_def_space().
|
static |
Definition at line 7297 of file rna_space.cc.
References BLT_I18NCONTEXT_EDITOR_FILEBROWSER, PROP_BOOLEAN, PROP_EDITABLE, PROP_FILENAME, PROP_FILEPATH, PROP_INT, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_clear_flag(), RNA_def_property_editable_func(), RNA_def_property_int_funcs(), RNA_def_property_string_funcs(), RNA_def_property_translation_context(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_name_property(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_space().
|
static |
Definition at line 6933 of file rna_space.cc.
References IDFilterEnumPropertyItem::description, ED_ASSET_TYPE_IDS_NON_EXPERIMENTAL_FLAGS, IDFilterEnumPropertyItem::flag, IDFilterEnumPropertyItem::icon, IDFilterEnumPropertyItem::identifier, INDEX_ID_MAX, MAX_NAME, IDFilterEnumPropertyItem::name, NC_SPACE, ND_SPACE_FILE_PARAMS, PROP_BOOLEAN, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_ui_icon(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_nested(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), rna_enum_id_type_filter_items, and SNPRINTF.
Referenced by RNA_def_space().
|
static |
Definition at line 7233 of file rna_space.cc.
References FILE_ASSET_IMPORT_APPEND, FILE_ASSET_IMPORT_APPEND_REUSE, FILE_ASSET_IMPORT_FOLLOW_PREFS, FILE_ASSET_IMPORT_LINK, NC_SPACE, ND_SPACE_FILE_LIST, ND_SPACE_FILE_PARAMS, PROP_ENUM, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_STRING, rna_def_asset_library_reference_common(), RNA_def_property(), RNA_def_property_enum_items(), 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(), and RNA_def_struct_ui_text().
Referenced by RNA_def_space().
|
static |
Definition at line 6963 of file rna_space.cc.
References PROP_EDITABLE, PROP_FILENAME, PROP_FILEPATH, PROP_NONE, PROP_POINTER, PROP_STRING, RNA_def_int(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_editable_func(), RNA_def_property_int_funcs(), RNA_def_property_pointer_funcs(), RNA_def_property_string_funcs(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_name_property(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_space().
|
static |
Definition at line 6903 of file rna_space.cc.
References flag, IDFilterEnumPropertyItem::identifier, NC_SPACE, ND_SPACE_FILE_PARAMS, PROP_BOOLEAN, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_ui_icon(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_nested(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), rna_enum_id_type_filter_items, and rna_enum_space_file_id_filter_categories.
Referenced by RNA_def_space().
|
static |
Definition at line 7013 of file rna_space.cc.
References FILE_ASSETS_ONLY, FILE_DETAILS_DATETIME, FILE_DETAILS_SIZE, FILE_FILTER, FILE_HIDE_DOT, FILE_HORIZONTALDISPLAY, FILE_IMGDISPLAY, FILE_SORT_INVERT, FILE_TYPE_BLENDER, FILE_TYPE_BLENDER_BACKUP, FILE_TYPE_BLENDERLIB, FILE_TYPE_FOLDER, FILE_TYPE_FTFONT, FILE_TYPE_IMAGE, FILE_TYPE_MOVIE, FILE_TYPE_PYSCRIPT, FILE_TYPE_SOUND, FILE_TYPE_TEXT, FILE_TYPE_VOLUME, FILE_VERTICALDISPLAY, fileselectparams_recursion_level_items, NC_SPACE, ND_SPACE_FILE_LIST, ND_SPACE_FILE_PARAMS, PROP_BOOLEAN, PROP_BYTESTRING, PROP_EDITABLE, PROP_ENUM, PROP_FILENAME, PROP_INT, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_STRING, PROP_TEXTEDIT_UPDATE, RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_editable_func(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_int_default(), RNA_def_property_int_sdna(), 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_path_func(), RNA_def_struct_ui_text(), and rna_enum_fileselect_params_sort_items.
Referenced by RNA_def_space().
|
static |
Definition at line 8481 of file rna_space.cc.
References PROP_INT, PROP_NONE, RNA_def_property(), RNA_def_property_ui_text(), and RNA_def_struct().
Referenced by rna_def_viewer_path().
|
static |
Definition at line 8448 of file rna_space.cc.
References PROP_INT, PROP_NONE, RNA_def_property(), RNA_def_property_ui_text(), and RNA_def_struct().
Referenced by rna_def_viewer_path().
|
static |
Definition at line 8426 of file rna_space.cc.
References PROP_NONE, PROP_POINTER, RNA_def_property(), RNA_def_property_ui_text(), and RNA_def_struct().
Referenced by rna_def_viewer_path().
|
static |
Definition at line 8437 of file rna_space.cc.
References PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_ui_text(), and RNA_def_struct().
Referenced by rna_def_viewer_path().
|
static |
Definition at line 7577 of file rna_space.cc.
References PROP_EDITABLE, PROP_NONE, PROP_POINTER, RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_pointer_sdna(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_space().
|
static |
Definition at line 8470 of file rna_space.cc.
References PROP_INT, PROP_NONE, RNA_def_property(), RNA_def_property_ui_text(), and RNA_def_struct().
Referenced by rna_def_viewer_path().
|
static |
Definition at line 8459 of file rna_space.cc.
References PROP_INT, PROP_NONE, RNA_def_property(), RNA_def_property_ui_text(), and RNA_def_struct().
Referenced by rna_def_viewer_path().
| void RNA_def_space | ( | BlenderRNA * | brna | ) |
Definition at line 8619 of file rna_space.cc.
References rna_def_console_line(), rna_def_filemenu_entry(), rna_def_fileselect_asset_idfilter(), rna_def_fileselect_asset_params(), rna_def_fileselect_entry(), rna_def_fileselect_idfilter(), rna_def_fileselect_params(), rna_def_node_tree_path(), rna_def_space(), rna_def_space_clip(), rna_def_space_console(), rna_def_space_dopesheet(), rna_def_space_filebrowser(), rna_def_space_graph(), rna_def_space_image(), rna_def_space_info(), rna_def_space_nla(), rna_def_space_node(), rna_def_space_outliner(), rna_def_space_properties(), rna_def_space_sequencer(), rna_def_space_spreadsheet(), rna_def_space_text(), rna_def_space_userpref(), rna_def_space_view3d(), and rna_def_viewer_path().
|
static |
Definition at line 3640 of file rna_space.cc.
References NC_SPACE, ND_SPACE_TIME, PROP_BOOLEAN, PROP_EDITABLE, PROP_ENUM, PROP_NONE, RGN_TYPE_HEADER, RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_clear_flag(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), rna_def_space_generic_show_region_toggles(), RNA_def_struct(), RNA_def_struct_path_func(), RNA_def_struct_refine_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), and rna_enum_space_type_items.
Referenced by RNA_def_space().
|
static |
Definition at line 7932 of file rna_space.cc.
References BLT_I18NCONTEXT_ID_MOVIECLIP, MOVIECLIP_DISABLE_BLUE, MOVIECLIP_DISABLE_GREEN, MOVIECLIP_DISABLE_RED, MOVIECLIP_PREVIEW_GRAYSCALE, NC_MOVIECLIP, NC_SPACE, ND_DISPLAY, ND_SPACE_CLIP, PROP_BOOLEAN, PROP_EDITABLE, PROP_ENUM, PROP_FLOAT, PROP_INT, PROP_NEVER_NULL, PROP_NONE, PROP_PERCENTAGE, PROP_POINTER, PROP_XYZ, RGN_TYPE_HUD, RGN_TYPE_TOOLS, RGN_TYPE_UI, RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_default(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_struct_type(), RNA_def_property_translation_context(), RNA_def_property_ui_icon(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), rna_def_space_generic_show_region_toggles(), rna_def_space_mask_info(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), rna_enum_clip_editor_mode_items, SC_GPENCIL_SRC_CLIP, SC_GPENCIL_SRC_TRACK, SC_HIDE_DISABLED, SC_LOCK_SELECTION, SC_LOCK_TIMECURSOR, SC_MANUAL_CALIBRATION, SC_MUTE_FOOTAGE, SC_SHOW_ANNOTATION, SC_SHOW_BUNDLES, SC_SHOW_FILTERS, SC_SHOW_GRAPH_FRAMES, SC_SHOW_GRAPH_HIDDEN, SC_SHOW_GRAPH_SEL_ONLY, SC_SHOW_GRAPH_TRACKS_ERROR, SC_SHOW_GRAPH_TRACKS_MOTION, SC_SHOW_GRID, SC_SHOW_MARKER_PATTERN, SC_SHOW_MARKER_SEARCH, SC_SHOW_METADATA, SC_SHOW_NAMES, SC_SHOW_SECONDS, SC_SHOW_STABLE, SC_SHOW_TINY_MARKER, SC_SHOW_TRACK_PATH, SC_VIEW_CLIP, SC_VIEW_DOPESHEET, SC_VIEW_GRAPH, SCLIP_GIZMO_HIDE, SCLIP_GIZMO_HIDE_NAVIGATE, V3D_AROUND_CENTER_BOUNDS, V3D_AROUND_CENTER_MEDIAN, V3D_AROUND_CURSOR, and V3D_AROUND_LOCAL_ORIGINS.
Referenced by RNA_def_space().
|
static |
Definition at line 6858 of file rna_space.cc.
References BLT_I18NCONTEXT_EDITOR_PYTHON_CONSOLE, NC_SPACE, ND_SPACE_CONSOLE, PROP_COLLECTION, PROP_INT, PROP_NONE, PROP_STRING, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_collection_sdna(), RNA_def_property_int_sdna(), RNA_def_property_range(), RNA_def_property_struct_type(), RNA_def_property_translation_context(), 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_space().
|
static |
Definition at line 6464 of file rna_space.cc.
References NA_EDITED, NC_ANIMATION, NC_SPACE, ND_KEYFRAME, ND_SPACE_DOPESHEET, ND_SPACE_TIME, PROP_BOOLEAN, PROP_CONTEXT_UPDATE, PROP_EDITABLE, PROP_ENUM, PROP_NONE, PROP_POINTER, RGN_TYPE_CHANNELS, RGN_TYPE_HUD, RGN_TYPE_UI, RNA_def_property(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_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_space_generic_show_region_toggles(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), rna_enum_space_action_mode_all_items, rna_enum_space_action_ui_mode_items, SACTION_DRAWTIME, SACTION_MARKERS_MOVE, SACTION_NOREALTIMEUPDATES, SACTION_NOTRANSKEYCULL, SACTION_POSEMARKERS_SHOW, SACTION_SHOW_EXTREMES, SACTION_SHOW_INTERPOLATION, SACTION_SHOW_MARKERS, SACTION_SLIDERS, TIME_CACHE_CLOTH, TIME_CACHE_DISPLAY, TIME_CACHE_DYNAMICPAINT, TIME_CACHE_PARTICLES, TIME_CACHE_RIGIDBODY, TIME_CACHE_SIMULATION_NODES, TIME_CACHE_SMOKE, and TIME_CACHE_SOFTBODY.
Referenced by RNA_def_space().
|
static |
Definition at line 7343 of file rna_space.cc.
References NC_SPACE, ND_SPACE_FILE_PARAMS, PROP_CONTEXT_UPDATE, PROP_EDITABLE, PROP_ENUM, PROP_NONE, PROP_POINTER, RGN_TYPE_TOOL_PROPS, RGN_TYPE_TOOLS, RGN_TYPE_UI, RNA_api_space_filebrowser(), RNA_def_collection(), RNA_def_int(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_collection_funcs(), RNA_def_property_enum_items(), RNA_def_property_flag(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), 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_space_generic_show_region_toggles(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), and rna_enum_space_file_browse_mode_items.
Referenced by RNA_def_space().
|
static |
Definition at line 3585 of file rna_space.cc.
References BLI_assert, DEF_SHOW_REGION_PROPERTY, RGN_TYPE_ASSET_SHELF, RGN_TYPE_ASSET_SHELF_HEADER, RGN_TYPE_CHANNELS, RGN_TYPE_FOOTER, RGN_TYPE_HEADER, RGN_TYPE_HUD, RGN_TYPE_TOOL_HEADER, RGN_TYPE_TOOL_PROPS, RGN_TYPE_TOOLS, and RGN_TYPE_UI.
Referenced by rna_def_space(), rna_def_space_clip(), rna_def_space_dopesheet(), rna_def_space_filebrowser(), rna_def_space_graph(), rna_def_space_image(), rna_def_space_nla(), rna_def_space_node(), rna_def_space_sequencer(), rna_def_space_spreadsheet(), rna_def_space_text(), and rna_def_space_view3d().
|
static |
Definition at line 6615 of file rna_space.cc.
References NC_SPACE, ND_SPACE_GRAPH, PROP_BOOLEAN, PROP_CONTEXT_UPDATE, PROP_EDITABLE, PROP_ENUM, PROP_FLOAT, PROP_NONE, PROP_POINTER, RGN_TYPE_CHANNELS, RGN_TYPE_HUD, RGN_TYPE_UI, RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_sdna(), RNA_def_property_pointer_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), rna_def_space_generic_show_region_toggles(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), rna_enum_space_graph_mode_items, SIPO_AUTOLOCK_AXIS, SIPO_DRAWTIME, SIPO_NO_DRAW_EXTRAPOLATION, SIPO_NODRAWCURSOR, SIPO_NOHANDLES, SIPO_NOREALTIMEUPDATES, SIPO_NORMALIZE, SIPO_NORMALIZE_FREEZE, SIPO_NOTRANSKEYCULL, SIPO_SELVHANDLESONLY, SIPO_SHOW_MARKERS, SIPO_SLIDERS, V3D_AROUND_CENTER_BOUNDS, V3D_AROUND_CURSOR, and V3D_AROUND_LOCAL_ORIGINS.
Referenced by RNA_def_space().
|
static |
Definition at line 5704 of file rna_space.cc.
References display_channels_items, NC_GEOM, NC_SPACE, ND_DATA, ND_SPACE_IMAGE, PROP_BOOLEAN, PROP_CONTEXT_UPDATE, PROP_EDITABLE, PROP_ENUM, PROP_FLOAT, PROP_ID_REFCOUNT, PROP_NEVER_NULL, PROP_NONE, PROP_PERCENTAGE, PROP_POINTER, PROP_XYZ, RGN_TYPE_ASSET_SHELF, RGN_TYPE_HUD, RGN_TYPE_TOOL_HEADER, RGN_TYPE_TOOLS, RGN_TYPE_UI, RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_bitflag_sdna(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_default(), RNA_def_property_float_funcs(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), 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_space_generic_show_region_toggles(), rna_def_space_image_overlay(), rna_def_space_image_uv(), rna_def_space_mask_info(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), rna_enum_space_image_mode_all_items, rna_enum_space_image_mode_ui_items, rna_enum_transform_pivot_full_items, SI_DRAW_TILE, SI_GIZMO_HIDE, SI_GIZMO_HIDE_NAVIGATE, and SI_SHOW_GPENCIL.
Referenced by RNA_def_space().
|
static |
Definition at line 5681 of file rna_space.cc.
References NC_SPACE, ND_SPACE_IMAGE, PROP_BOOLEAN, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_nested(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), SI_OVERLAY_SHOW_GRID_BACKGROUND, and SI_OVERLAY_SHOW_OVERLAYS.
Referenced by rna_def_space_image().
|
static |
Definition at line 3727 of file rna_space.cc.
References BLT_I18NCONTEXT_ID_MESH, dt_uv_items, NC_SPACE, ND_SPACE_IMAGE, PROP_BOOLEAN, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_XYZ, RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_default(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_float_sdna(), RNA_def_property_int_default(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_range(), RNA_def_property_translation_context(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_nested(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), SI_CLIP_UV, SI_COORDFLOATS, SI_DRAW_METADATA, SI_DRAW_STRETCH, SI_DRAWSHADOW, SI_GRID_OVER_IMAGE, SI_GRID_SHAPE_DYNAMIC, SI_GRID_SHAPE_FIXED, SI_GRID_SHAPE_PIXEL, SI_LIVE_UNWRAP, SI_NO_DRAW_TEXPAINT, SI_NO_DRAWFACES, SI_PIXEL_ROUND_CENTER, SI_PIXEL_ROUND_CORNER, SI_PIXEL_ROUND_DISABLED, SI_UVDT_STRETCH_ANGLE, and SI_UVDT_STRETCH_AREA.
Referenced by rna_def_space_image().
|
static |
Definition at line 7514 of file rna_space.cc.
References INFO_RPT_DEBUG, INFO_RPT_ERR, INFO_RPT_INFO, INFO_RPT_OP, INFO_RPT_WARN, NC_SPACE, ND_SPACE_INFO_REPORT, PROP_BOOLEAN, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_sdna(), 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_space().
|
static |
Definition at line 3671 of file rna_space.cc.
References dt_uv_items, MASK_DRAWFLAG_OVERLAY, MASK_DRAWFLAG_SPLINE, MASK_OVERLAY_ALPHACHANNEL, MASK_OVERLAY_COMBINED, PROP_BOOLEAN, PROP_EDITABLE, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_NONE, PROP_POINTER, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_sdna(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), and RNA_def_property_update().
Referenced by rna_def_space_clip(), and rna_def_space_image().
|
static |
Definition at line 6766 of file rna_space.cc.
References NC_SPACE, ND_SPACE_NLA, PROP_BOOLEAN, PROP_NONE, PROP_POINTER, RGN_TYPE_CHANNELS, RGN_TYPE_HUD, RGN_TYPE_UI, RNA_def_property(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_pointer_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), rna_def_space_generic_show_region_toggles(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), SNLA_DRAWTIME, SNLA_NOLOCALMARKERS, SNLA_NOREALTIMEUPDATES, SNLA_NOSTRIPCURVES, and SNLA_SHOW_MARKERS.
Referenced by RNA_def_space().
|
static |
Definition at line 7712 of file rna_space.cc.
References BLT_I18NCONTEXT_ID_ID, FLT_MAX, NC_SPACE, ND_SPACE_NODE, ND_SPACE_NODE_VIEW, PROP_BOOLEAN, PROP_COLLECTION, PROP_CONTEXT_UPDATE, PROP_EDITABLE, PROP_ENUM, PROP_FLOAT, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_XYZ, RGN_TYPE_TOOLS, RGN_TYPE_UI, RNA_api_space_node(), RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_collection_sdna(), RNA_def_property_enum_bitflag_sdna(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_default(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_struct_type(), RNA_def_property_translation_context(), RNA_def_property_ui_icon(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), rna_def_space_generic_show_region_toggles(), rna_def_space_node_overlay(), rna_def_space_node_path_api(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), SNODE_BACKDRAW, SNODE_GEOMETRY_MODIFIER, SNODE_GEOMETRY_TOOL, SNODE_INSERTOFS_DIR_LEFT, SNODE_INSERTOFS_DIR_RIGHT, SNODE_PIN, SNODE_SHADER_LINESTYLE, SNODE_SHADER_OBJECT, SNODE_SHADER_WORLD, SNODE_SHOW_ALPHA, SNODE_SHOW_B, SNODE_SHOW_G, SNODE_SHOW_GPENCIL, SNODE_SHOW_R, SNODE_TEX_BRUSH, SNODE_TEX_LINESTYLE, SNODE_TEX_WORLD, and SNODE_USE_ALPHA.
Referenced by RNA_def_space().
|
static |
Definition at line 7634 of file rna_space.cc.
References NC_SPACE, ND_SPACE_NODE, PROP_BOOLEAN, PROP_ENUM, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_default(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_default(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_nested(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), SN_OVERLAY_PREVIEW_3D, SN_OVERLAY_PREVIEW_FLAT, SN_OVERLAY_SHOW_NAMED_ATTRIBUTES, SN_OVERLAY_SHOW_OVERLAYS, SN_OVERLAY_SHOW_PATH, SN_OVERLAY_SHOW_PREVIEWS, SN_OVERLAY_SHOW_REROUTE_AUTO_LABELS, SN_OVERLAY_SHOW_TIMINGS, and SN_OVERLAY_SHOW_WIRE_COLORS.
Referenced by rna_def_space_node().
|
static |
Definition at line 7592 of file rna_space.cc.
References BLT_I18NCONTEXT_EDITOR_FILEBROWSER, FUNC_USE_CONTEXT, PARM_REQUIRED, PARM_RNAPTR, PROP_EDITABLE, PROP_NONE, PROP_STRING, RNA_def_function(), RNA_def_function_flag(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_srna(), RNA_def_property_string_funcs(), RNA_def_property_translation_context(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_space_node().
|
static |
Definition at line 3873 of file rna_space.cc.
References BLT_I18NCONTEXT_ID_ID, NC_SPACE, ND_SPACE_OUTLINER, PROP_BOOLEAN, PROP_ENUM, PROP_NONE, PROP_STRING, PROP_TEXTEDIT_UPDATE, RNA_def_property(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_string_sdna(), RNA_def_property_translation_context(), 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_text(), rna_enum_id_type_items, SO_DATA_API, SO_FILTER_ID_TYPE, SO_FILTER_NO_CHILDREN, SO_FILTER_NO_COLLECTION, SO_FILTER_NO_OB_ARMATURE, SO_FILTER_NO_OB_CAMERA, SO_FILTER_NO_OB_CONTENT, SO_FILTER_NO_OB_EMPTY, SO_FILTER_NO_OB_GREASE_PENCIL, SO_FILTER_NO_OB_LAMP, SO_FILTER_NO_OB_MESH, SO_FILTER_NO_OB_OTHERS, SO_FILTER_NO_OBJECT, SO_FILTER_NO_VIEW_LAYERS, SO_FILTER_OB_ACTIVE, SO_FILTER_OB_ALL, SO_FILTER_OB_SELECTABLE, SO_FILTER_OB_SELECTED, SO_FILTER_OB_STATE_INVERSE, SO_FILTER_OB_VISIBLE, SO_FILTER_SHOW_SYSTEM_OVERRIDES, SO_FIND_CASE_SENSITIVE, SO_FIND_COMPLETE, SO_ID_ORPHANS, SO_LIB_OVERRIDE_VIEW_HIERARCHIES, SO_LIB_OVERRIDE_VIEW_PROPERTIES, SO_LIBRARIES, SO_MODE_COLUMN, SO_OVERRIDES_LIBRARY, SO_RESTRICT_ENABLE, SO_RESTRICT_HIDE, SO_RESTRICT_HOLDOUT, SO_RESTRICT_INDIRECT_ONLY, SO_RESTRICT_RENDER, SO_RESTRICT_SELECT, SO_RESTRICT_VIEWPORT, SO_SCENES, SO_SEQUENCE, SO_SKIP_SORT_ALPHA, SO_SYNC_SELECT, and SO_VIEW_LAYER.
Referenced by RNA_def_space().
|
static |
Definition at line 5592 of file rna_space.cc.
References BLT_I18NCONTEXT_ID_ID, buttons_context_items, NC_SPACE, ND_SPACE_PROPERTIES, PROP_BOOLEAN, PROP_DYNAMIC, PROP_EDITABLE, PROP_ENUM, PROP_NEVER_UNLINK, PROP_NONE, PROP_POINTER, PROP_STRING, PROP_TEXTEDIT_UPDATE, PROPERTIES_SYNC_ALWAYS, PROPERTIES_SYNC_AUTO, PROPERTIES_SYNC_NEVER, RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_dynamic_array_funcs(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_string_funcs(), RNA_def_property_struct_type(), RNA_def_property_translation_context(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), and SB_PIN_CONTEXT.
Referenced by RNA_def_space().
|
static |
Definition at line 6093 of file rna_space.cc.
References NC_SPACE, ND_SPACE_SEQUENCER, PROP_BOOLEAN, PROP_CONTEXT_UPDATE, PROP_EDITABLE, PROP_ENUM, PROP_FLOAT, PROP_ID_REFCOUNT, PROP_INT, PROP_NEVER_NULL, PROP_NONE, PROP_PERCENTAGE, PROP_POINTER, PROP_XYZ, RGN_TYPE_CHANNELS, RGN_TYPE_HUD, RGN_TYPE_TOOL_HEADER, RGN_TYPE_TOOLS, RGN_TYPE_UI, RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_bitflag_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_default(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_struct_type(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), rna_def_space_generic_show_region_toggles(), rna_def_space_sequencer_cache_overlay(), rna_def_space_sequencer_preview_overlay(), rna_def_space_sequencer_timeline_overlay(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), rna_enum_space_sequencer_view_type_items, SEQ_CLAMP_VIEW, SEQ_DRAW_BACKDROP, SEQ_DRAW_IMG_HISTOGRAM, SEQ_DRAW_IMG_IMBUF, SEQ_DRAW_IMG_RGBPARADE, SEQ_DRAW_IMG_VECTORSCOPE, SEQ_DRAW_IMG_WAVEFORM, SEQ_DRAW_TRANSFORM_PREVIEW, SEQ_DRAWFRAMES, SEQ_GIZMO_HIDE, SEQ_GIZMO_HIDE_CONTEXT, SEQ_GIZMO_HIDE_NAVIGATE, SEQ_GIZMO_HIDE_TOOL, SEQ_MARKER_TRANS, SEQ_MAX_CHANNELS, SEQ_OVERLAY_FRAME_TYPE_CURRENT, SEQ_OVERLAY_FRAME_TYPE_RECT, SEQ_OVERLAY_FRAME_TYPE_REFERENCE, SEQ_RENDER_SIZE_NONE, SEQ_RENDER_SIZE_PROXY_100, SEQ_RENDER_SIZE_PROXY_25, SEQ_RENDER_SIZE_PROXY_50, SEQ_RENDER_SIZE_PROXY_75, SEQ_RENDER_SIZE_SCENE, SEQ_SHOW_MARKERS, SEQ_SHOW_OVERLAY, SEQ_USE_ALPHA, SEQ_USE_PROXIES, and SEQ_ZOOM_TO_FIT.
Referenced by RNA_def_space().
|
static |
Definition at line 6056 of file rna_space.cc.
References NC_SCENE, NC_SPACE, ND_SEQUENCER, ND_SPACE_SEQUENCER, PROP_BOOLEAN, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_nested(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), SEQ_CACHE_SHOW, SEQ_CACHE_SHOW_COMPOSITE, SEQ_CACHE_SHOW_FINAL_OUT, SEQ_CACHE_SHOW_PREPROCESSED, and SEQ_CACHE_SHOW_RAW.
Referenced by rna_def_space_sequencer().
|
static |
Definition at line 5906 of file rna_space.cc.
References NC_SPACE, ND_SPACE_SEQUENCER, PROP_BOOLEAN, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_nested(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), SEQ_PREVIEW_SHOW_2D_CURSOR, SEQ_PREVIEW_SHOW_GPENCIL, SEQ_PREVIEW_SHOW_METADATA, SEQ_PREVIEW_SHOW_OUTLINE_SELECTED, SEQ_PREVIEW_SHOW_SAFE_CENTER, and SEQ_PREVIEW_SHOW_SAFE_MARGINS.
Referenced by rna_def_space_sequencer().
|
static |
Definition at line 5953 of file rna_space.cc.
References NC_SPACE, ND_SPACE_SEQUENCER, PROP_BOOLEAN, PROP_ENUM, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_bitflag_sdna(), RNA_def_property_enum_items(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_nested(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), SEQ_TIMELINE_ALL_WAVEFORMS, SEQ_TIMELINE_NO_WAVEFORMS, SEQ_TIMELINE_SHOW_FCURVES, SEQ_TIMELINE_SHOW_GRID, SEQ_TIMELINE_SHOW_STRIP_COLOR_TAG, SEQ_TIMELINE_SHOW_STRIP_DURATION, SEQ_TIMELINE_SHOW_STRIP_NAME, SEQ_TIMELINE_SHOW_STRIP_OFFSETS, SEQ_TIMELINE_SHOW_STRIP_RETIMING, SEQ_TIMELINE_SHOW_STRIP_SOURCE, SEQ_TIMELINE_SHOW_THUMBNAILS, and SEQ_TIMELINE_WAVEFORMS_HALF.
Referenced by rna_def_space_sequencer().
|
static |
Definition at line 8525 of file rna_space.cc.
References NC_SPACE, ND_SPACE_SPREADSHEET, PROP_BOOLEAN, PROP_COLLECTION, PROP_ENUM, PROP_NONE, PROP_POINTER, RGN_TYPE_CHANNELS, RGN_TYPE_FOOTER, RGN_TYPE_TOOLS, RGN_TYPE_UI, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_collection_sdna(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_struct_type(), RNA_def_property_ui_icon(), RNA_def_property_ui_text(), RNA_def_property_update(), rna_def_space_generic_show_region_toggles(), rna_def_spreadsheet_column(), rna_def_spreadsheet_row_filter(), RNA_def_struct(), RNA_def_struct_ui_text(), rna_enum_attribute_domain_items, rna_enum_geometry_component_type_items, SPREADSHEET_FILTER_ENABLE, SPREADSHEET_FILTER_SELECTED_ONLY, SPREADSHEET_FLAG_CONTEXT_PATH_COLLAPSED, SPREADSHEET_FLAG_PINNED, SPREADSHEET_OBJECT_EVAL_STATE_EVALUATED, SPREADSHEET_OBJECT_EVAL_STATE_ORIGINAL, and SPREADSHEET_OBJECT_EVAL_STATE_VIEWER_NODE.
Referenced by RNA_def_space().
|
static |
Definition at line 6330 of file rna_space.cc.
References NC_SPACE, ND_SPACE_TEXT, PROP_BOOLEAN, PROP_EDITABLE, PROP_INT, PROP_NONE, PROP_POINTER, PROP_STRING, RGN_TYPE_FOOTER, RGN_TYPE_UI, RNA_api_space_text(), RNA_def_boolean(), RNA_def_function(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_flag(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_pointer_funcs(), RNA_def_property_range(), RNA_def_property_string_sdna(), RNA_def_property_ui_icon(), RNA_def_property_ui_text(), RNA_def_property_update(), rna_def_space_generic_show_region_toggles(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), ST_FIND_ALL, ST_FIND_WRAP, ST_MATCH_CASE, and ST_SHOW_MARGIN.
Referenced by RNA_def_space().
|
static |
Definition at line 7550 of file rna_space.cc.
References NC_SPACE, ND_SPACE_NODE, PROP_ENUM, PROP_NONE, PROP_STRING, PROP_TEXTEDIT_UPDATE, RNA_def_property(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_string_sdna(), 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_space().
|
static |
Definition at line 5105 of file rna_space.cc.
References FLT_MAX, NC_SPACE, NC_WINDOW, ND_SPACE_VIEW3D, NS_VIEW3D_SHADING, OB_ARROWS, OB_CIRCLE, OB_CUBE, OB_EMPTY_CONE, OB_EMPTY_SPHERE, OB_PLAINAXES, OB_SINGLE_ARROW, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_CONTEXT_UPDATE, PROP_DISTANCE, PROP_EDITABLE, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_INT, PROP_MATRIX, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_QUATERNION, PROP_STRING, PROP_TRANSLATION, PROP_UNIT_CAMERA, PROP_UNSIGNED, RGN_TYPE_ASSET_SHELF, RGN_TYPE_HUD, RGN_TYPE_TOOL_HEADER, RGN_TYPE_TOOLS, RGN_TYPE_UI, RNA_api_region_view3d(), rna_def_object_type_visibility_flags_common(), RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_negative_sdna(), 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_flag(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_int_funcs(), RNA_def_property_multi_array(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_string_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), rna_def_space_generic_show_region_toggles(), rna_def_space_view3d_overlay(), rna_def_space_view3d_shading(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), RNA_define_animate_sdna(), rna_matrix_dimsize_4x4, RNA_TRANSLATION_PREC_DEFAULT, RV3D_BOXCLIP, RV3D_BOXVIEW, RV3D_CAMOB, RV3D_CAMZOOM_MAX, RV3D_CAMZOOM_MIN, RV3D_CLIPPING, RV3D_LOCK_ROTATION, RV3D_ORTHO, RV3D_PERSP, stereo3d_camera_items, stereo3d_eye_items, V3D_GIZMO_HIDE, V3D_GIZMO_HIDE_CONTEXT, V3D_GIZMO_HIDE_MODIFIER, V3D_GIZMO_HIDE_NAVIGATE, V3D_GIZMO_HIDE_TOOL, V3D_GIZMO_SHOW_CAMERA_DOF_DIST, V3D_GIZMO_SHOW_CAMERA_LENS, V3D_GIZMO_SHOW_EMPTY_FORCE_FIELD, V3D_GIZMO_SHOW_EMPTY_IMAGE, V3D_GIZMO_SHOW_LIGHT_LOOK_AT, V3D_GIZMO_SHOW_LIGHT_SIZE, V3D_GIZMO_SHOW_OBJECT_ROTATE, V3D_GIZMO_SHOW_OBJECT_SCALE, V3D_GIZMO_SHOW_OBJECT_TRANSLATE, V3D_LOCAL_COLLECTIONS, V3D_LOCK_CAMERA, V3D_RENDER_BORDER, V3D_S3D_DISPCAMERAS, V3D_S3D_DISPPLANE, V3D_S3D_DISPVOLUME, V3D_SHOW_BUNDLENAME, V3D_SHOW_CAMERAPATH, V3D_SHOW_RECONSTRUCTION, V3D_SHOW_VIEWER, and V3D_XR_SESSION_MIRROR.
Referenced by RNA_def_space().
|
static |
Definition at line 4480 of file rna_space.cc.
References FLT_MAX, NC_SCENE, NC_SPACE, ND_SPACE_VIEW3D, ND_TOOLSETTINGS, NS_VIEW3D_SHADING, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLOR, PROP_DISTANCE, PROP_EDITABLE, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_PIXEL, PROP_XYZ, RNA_def_parameter_clear_flags(), 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_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_float_default(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_range(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_nested(), RNA_def_struct_path_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), rna_enum_curve_display_handle_items, V3D_DEBUG_FREEZE_CULLING, V3D_DRAW_CENTERS, V3D_GP_FADE_NOACTIVE_GPENCIL, V3D_GP_FADE_NOACTIVE_LAYERS, V3D_GP_FADE_OBJECTS, V3D_GP_SHOW_EDIT_LINES, V3D_GP_SHOW_GRID, V3D_GP_SHOW_GRID_XRAY, V3D_GP_SHOW_MATERIAL_NAME, V3D_GP_SHOW_MULTIEDIT_LINES, V3D_GP_SHOW_ONION_SKIN, V3D_GP_SHOW_STROKE_DIRECTION, V3D_HIDE_HELPLINES, V3D_HIDE_OVERLAYS, V3D_OVERLAY_BONE_SELECT, V3D_OVERLAY_EDIT_BWEIGHTS, V3D_OVERLAY_EDIT_CONSTANT_SCREEN_SIZE_NORMALS, V3D_OVERLAY_EDIT_CREASES, V3D_OVERLAY_EDIT_CU_NORMALS, V3D_OVERLAY_EDIT_EDGE_ANG, V3D_OVERLAY_EDIT_EDGE_LEN, V3D_OVERLAY_EDIT_FACE_ANG, V3D_OVERLAY_EDIT_FACE_AREA, V3D_OVERLAY_EDIT_FACE_DOT, V3D_OVERLAY_EDIT_FACE_NORMALS, V3D_OVERLAY_EDIT_FACES, V3D_OVERLAY_EDIT_FREESTYLE_EDGE, V3D_OVERLAY_EDIT_FREESTYLE_FACE, V3D_OVERLAY_EDIT_INDICES, V3D_OVERLAY_EDIT_LOOP_NORMALS, V3D_OVERLAY_EDIT_RETOPOLOGY, V3D_OVERLAY_EDIT_SEAMS, V3D_OVERLAY_EDIT_SHARP, V3D_OVERLAY_EDIT_STATVIS, V3D_OVERLAY_EDIT_VERT_NORMALS, V3D_OVERLAY_EDIT_WEIGHT, V3D_OVERLAY_FACE_ORIENTATION, V3D_OVERLAY_FADE_INACTIVE, V3D_OVERLAY_HIDE_BONES, V3D_OVERLAY_HIDE_CURSOR, V3D_OVERLAY_HIDE_MOTION_PATHS, V3D_OVERLAY_HIDE_OBJECT_ORIGINS, V3D_OVERLAY_HIDE_OBJECT_XTRAS, V3D_OVERLAY_HIDE_TEXT, V3D_OVERLAY_LOOK_DEV, V3D_OVERLAY_ONION_SKINS, V3D_OVERLAY_PAINT_WIRE, V3D_OVERLAY_SCULPT_CURVES_CAGE, V3D_OVERLAY_SCULPT_SHOW_FACE_SETS, V3D_OVERLAY_SCULPT_SHOW_MASK, V3D_OVERLAY_SHOW_LIGHT_COLORS, V3D_OVERLAY_STATS, V3D_OVERLAY_VIEWER_ATTRIBUTE, V3D_OVERLAY_VIEWER_ATTRIBUTE_TEXT, V3D_OVERLAY_WIREFRAMES, V3D_OVERLAY_WPAINT_CONTOURS, V3D_SELECT_OUTLINE, V3D_SHOW_ANNOTATION, V3D_SHOW_CAMERA_GUIDES, V3D_SHOW_CAMERA_PASSEPARTOUT, V3D_SHOW_FLOOR, V3D_SHOW_ORTHO_GRID, V3D_SHOW_X, V3D_SHOW_Y, and V3D_SHOW_Z.
Referenced by rna_def_space_view3d().
|
static |
Definition at line 4135 of file rna_space.cc.
References BLT_I18NCONTEXT_EDITOR_VIEW3D, FLT_MAX, M_PI, NC_SPACE, ND_SPACE_VIEW3D, NS_VIEW3D_SHADING, PROP_ANGLE, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLOR, PROP_EDITABLE, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_HIDDEN, PROP_NONE, PROP_POINTER, PROP_STRING, RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_default(), RNA_def_property_boolean_negative_sdna(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_default(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_default(), RNA_def_property_float_sdna(), RNA_def_property_pointer_funcs(), RNA_def_property_range(), RNA_def_property_string_sdna(), RNA_def_property_struct_type(), RNA_def_property_translation_context(), RNA_def_property_ui_range(), 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_text(), RNA_define_verify_sdna(), rna_enum_shading_color_type_items, rna_enum_shading_type_items, rna_enum_shading_wire_color_type_items, rna_enum_studio_light_items, rna_enum_view3dshading_render_pass_type_items, rna_enum_viewport_lighting_items, V3D_SHADING_BACKFACE_CULLING, V3D_SHADING_BACKGROUND_THEME, V3D_SHADING_BACKGROUND_VIEWPORT, V3D_SHADING_BACKGROUND_WORLD, V3D_SHADING_CAVITY, V3D_SHADING_CAVITY_BOTH, V3D_SHADING_CAVITY_CURVATURE, V3D_SHADING_CAVITY_SSAO, V3D_SHADING_DEPTH_OF_FIELD, V3D_SHADING_OBJECT_OUTLINE, V3D_SHADING_SCENE_LIGHTS, V3D_SHADING_SCENE_LIGHTS_RENDER, V3D_SHADING_SCENE_WORLD, V3D_SHADING_SCENE_WORLD_RENDER, V3D_SHADING_SHADOW, V3D_SHADING_SPECULAR_HIGHLIGHT, V3D_SHADING_STUDIOLIGHT_VIEW_ROTATION, V3D_SHADING_USE_COMPOSITOR_ALWAYS, V3D_SHADING_USE_COMPOSITOR_CAMERA, V3D_SHADING_USE_COMPOSITOR_DISABLED, V3D_SHADING_WORLD_ORIENTATION, V3D_SHADING_XRAY, and V3D_SHADING_XRAY_WIREFRAME.
Referenced by rna_def_space_view3d().
|
static |
Definition at line 8270 of file rna_space.cc.
References NC_SPACE, ND_SPACE_SPREADSHEET, PROP_EDITABLE, PROP_ENUM, PROP_NONE, PROP_POINTER, RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), rna_def_spreadsheet_column_id(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), SPREADSHEET_VALUE_TYPE_BOOL, SPREADSHEET_VALUE_TYPE_FLOAT, SPREADSHEET_VALUE_TYPE_INSTANCES, and SPREADSHEET_VALUE_TYPE_INT32.
Referenced by rna_def_space_spreadsheet().
|
static |
Definition at line 8255 of file rna_space.cc.
References NC_SPACE, ND_SPACE_SPREADSHEET, PROP_NONE, PROP_STRING, RNA_def_property(), 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_spreadsheet_column().
|
static |
Definition at line 8304 of file rna_space.cc.
References FLT_MAX, NC_SPACE, ND_SPACE_SPREADSHEET, PROP_BOOLEAN, PROP_ENUM, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_int_sdna(), RNA_def_property_range(), 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_text(), SPREADSHEET_ROW_FILTER_BOOL_VALUE, SPREADSHEET_ROW_FILTER_ENABLED, SPREADSHEET_ROW_FILTER_EQUAL, SPREADSHEET_ROW_FILTER_GREATER, SPREADSHEET_ROW_FILTER_LESS, and SPREADSHEET_ROW_FILTER_UI_EXPAND.
Referenced by rna_def_space_spreadsheet().
|
static |
Definition at line 8492 of file rna_space.cc.
References PROP_INT, PROP_NONE, RNA_def_property(), RNA_def_property_ui_text(), and RNA_def_struct().
Referenced by rna_def_viewer_path().
|
static |
Definition at line 8503 of file rna_space.cc.
References PROP_COLLECTION, PROP_NONE, rna_def_foreach_geometry_element_zone_viewer_path_elem(), rna_def_group_node_viewer_path_elem(), rna_def_id_viewer_path_elem(), rna_def_modifier_viewer_path_elem(), RNA_def_property(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), rna_def_repeat_zone_viewer_path_elem(), rna_def_simulation_zone_viewer_path_elem(), RNA_def_struct(), RNA_def_struct_ui_text(), rna_def_viewer_node_viewer_path_elem(), and rna_def_viewer_path_elem().
Referenced by RNA_def_space().
|
static |
Definition at line 8406 of file rna_space.cc.
References PROP_EDITABLE, PROP_ENUM, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_enum_items(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_refine_func(), RNA_def_struct_ui_text(), and viewer_path_elem_type_items.
Referenced by rna_def_viewer_path().
|
static |
Definition at line 488 of file rna_space.cc.
Referenced by rna_def_space_properties().
|
static |
Definition at line 382 of file rna_space.cc.
Referenced by rna_def_space_image().
|
static |
Definition at line 3538 of file rna_space.cc.
Referenced by rna_def_space_image_uv(), and rna_def_space_mask_info().
|
static |
Definition at line 518 of file rna_space.cc.
Referenced by rna_def_fileselect_params().
| const EnumPropertyItem rna_enum_clip_editor_mode_items[] |
Definition at line 480 of file rna_space.cc.
Referenced by CLIP_OT_mode_set(), and rna_def_space_clip().
|
static |
Definition at line 531 of file rna_space.cc.
Referenced by rna_def_space_view3d_overlay().
| const EnumPropertyItem rna_enum_fileselect_params_sort_items[] |
Definition at line 358 of file rna_space.cc.
Referenced by rna_def_fileselect_params(), and wm_operator_properties_filesel_sort_items_itemf().
| const EnumPropertyItem rna_enum_geometry_component_type_items[] |
Definition at line 68 of file rna_space.cc.
Referenced by blender::nodes::node_geo_attribute_domain_size_cc::node_rna(), and rna_def_space_spreadsheet().
|
static |
Definition at line 420 of file rna_space.cc.
Referenced by rna_def_space_view3d_shading().
| const EnumPropertyItem rna_enum_shading_type_items[] |
Definition at line 401 of file rna_space.cc.
Referenced by rna_def_scene_render_data(), and rna_def_space_view3d_shading().
|
static |
Definition at line 434 of file rna_space.cc.
Referenced by rna_def_space_view3d_shading().
|
static |
Definition at line 255 of file rna_space.cc.
Referenced by rna_def_space_dopesheet().
| const EnumPropertyItem rna_enum_space_action_mode_items[] |
Definition at line 279 of file rna_space.cc.
Referenced by action_space_icon_get(), action_space_name_get(), and action_space_subtype_item_extend().
|
static |
Definition at line 265 of file rna_space.cc.
Referenced by rna_def_space_dopesheet().
| const EnumPropertyItem rna_enum_space_file_browse_mode_items[] |
Definition at line 213 of file rna_space.cc.
Referenced by file_space_icon_get(), file_space_name_get(), file_space_subtype_item_extend(), and rna_def_space_filebrowser().
|
static |
Definition at line 3546 of file rna_space.cc.
Referenced by rna_def_fileselect_idfilter().
| const EnumPropertyItem rna_enum_space_graph_mode_items[] |
Definition at line 192 of file rna_space.cc.
Referenced by graph_space_icon_get(), graph_space_name_get(), graph_space_subtype_item_extend(), and rna_def_space_graph().
| const EnumPropertyItem rna_enum_space_image_mode_all_items[] |
Definition at line 310 of file rna_space.cc.
Referenced by rna_def_space_image(), and rna_def_workspace_tools().
| const EnumPropertyItem rna_enum_space_image_mode_items[] |
Definition at line 325 of file rna_space.cc.
Referenced by image_space_icon_get(), image_space_name_get(), and image_space_subtype_item_extend().
|
static |
Definition at line 318 of file rna_space.cc.
Referenced by rna_def_space_image().
| const EnumPropertyItem rna_enum_space_sequencer_view_type_items[] |
Definition at line 202 of file rna_space.cc.
Referenced by rna_def_space_sequencer(), and rna_def_workspace_tools().
| const EnumPropertyItem rna_enum_space_type_items[] |
Definition at line 97 of file rna_space.cc.
Referenced by ED_area_icon(), ED_area_name(), pyrna_callback_classmethod_add(), RNA_api_keymaps(), RNA_api_ui_layout(), rna_def_area(), rna_def_asset_shelf(), rna_def_gizmogroup(), rna_def_header(), rna_def_keyconfig(), rna_def_panel(), rna_def_space(), rna_def_workspace_tool(), and SCREEN_OT_space_type_set_or_cycle().
|
static |
Definition at line 445 of file rna_space.cc.
Referenced by rna_def_space_view3d_shading().
|
static |
Definition at line 450 of file rna_space.cc.
Referenced by rna_def_space_view3d_shading().
|
static |
Definition at line 413 of file rna_space.cc.
Referenced by rna_def_space_view3d_shading().
|
static |
Definition at line 343 of file rna_space.cc.
Referenced by rna_def_space_view3d().
|
static |
Definition at line 375 of file rna_space.cc.
Referenced by rna_def_space_view3d().
|
static |
Definition at line 8391 of file rna_space.cc.
Referenced by rna_def_viewer_path_elem().