|
Blender V5.0
|
#include "BLI_utildefines.h"Go to the source code of this file.
Macros | |
| #define | SPACE_TYPE_NUM (SPACE_SPREADSHEET + 1) |
Enumerations | |
SpaceLink (Base) | |
| enum | { SPACE_FLAG_TYPE_TEMPORARY = (1 << 0) , SPACE_FLAG_TYPE_WAS_ACTIVE = (1 << 1) } |
Text Editor | |
| #define | ST_MAX_FIND_STR 256 |
| enum | eSpaceText_Flags { ST_SCROLL_SELECT = (1 << 0) , ST_FLAG_UNUSED_4 = (1 << 4) , ST_FIND_WRAP = (1 << 5) , ST_FIND_ALL = (1 << 6) , ST_SHOW_MARGIN = (1 << 7) , ST_MATCH_CASE = (1 << 8) , ST_FLAG_UNUSED_9 = (1 << 9) } |
| typedef enum eSpaceText_Flags | eSpaceText_Flags |
Space Defines (eSpace_Type) | |
| #define | SPACE_TYPE_ANY -1 |
| #define | IMG_SIZE_FALLBACK 256 |
| enum | eSpace_Type { SPACE_EMPTY = 0 , SPACE_VIEW3D = 1 , SPACE_GRAPH = 2 , SPACE_OUTLINER = 3 , SPACE_PROPERTIES = 4 , SPACE_FILE = 5 , SPACE_IMAGE = 6 , SPACE_INFO = 7 , SPACE_SEQ = 8 , SPACE_TEXT = 9 , SPACE_ACTION = 12 , SPACE_NLA = 13 , SPACE_SCRIPT = 14 , SPACE_NODE = 16 , SPACE_CONSOLE = 18 , SPACE_USERPREF = 19 , SPACE_CLIP = 20 , SPACE_TOPBAR = 21 , SPACE_STATUSBAR = 22 , SPACE_SPREADSHEET } |
| typedef enum eSpace_Type | eSpace_Type |
Space Info | |
| enum | eSpaceInfo_RptMask { INFO_RPT_DEBUG = (1 << 0) , INFO_RPT_INFO = (1 << 1) , INFO_RPT_OP = (1 << 2) , INFO_RPT_WARN = (1 << 3) , INFO_RPT_ERR = (1 << 4) } |
| typedef enum eSpaceInfo_RptMask | eSpaceInfo_RptMask |
Graph Editor | |
| enum | eGraphEdit_Flag { SIPO_NOTRANSKEYCULL = (1 << 1) , SIPO_NOHANDLES = (1 << 2) , SIPO_AUTOLOCK_AXIS = (1 << 3) , SIPO_DRAWTIME = (1 << 4) , SIPO_SLIDERS = (1 << 7) , SIPO_NODRAWCURSOR = (1 << 8) , SIPO_SELVHANDLESONLY = (1 << 9) , SIPO_NOREALTIMEUPDATES = (1 << 11) , SIPO_NORMALIZE = (1 << 14) , SIPO_NORMALIZE_FREEZE = (1 << 15) , SIPO_SHOW_MARKERS = (1 << 16) , SIPO_NO_DRAW_EXTRAPOLATION = (1 << 17) } |
| enum | eGraphEdit_Mode { SIPO_MODE_ANIMATION = 0 , SIPO_MODE_DRIVERS = 1 } |
| enum | eGraphEdit_Runtime_Flag { SIPO_RUNTIME_FLAG_NEED_CHAN_SYNC = (1 << 0) , SIPO_RUNTIME_FLAG_NEED_CHAN_SYNC_COLOR = (1 << 1) , SIPO_RUNTIME_FLAG_TWEAK_HANDLES_LEFT = (1 << 2) , SIPO_RUNTIME_FLAG_TWEAK_HANDLES_RIGHT = (1 << 3) } |
| typedef enum eGraphEdit_Flag | eGraphEdit_Flag |
| typedef enum eGraphEdit_Mode | eGraphEdit_Mode |
| typedef enum eGraphEdit_Runtime_Flag | eGraphEdit_Runtime_Flag |
NLA Editor | |
| enum | eSpaceNla_Flag { SNLA_FLAG_UNUSED_0 = (1 << 0) , SNLA_FLAG_UNUSED_1 = (1 << 1) , SNLA_DRAWTIME = (1 << 2) , SNLA_FLAG_UNUSED_3 = (1 << 3) , SNLA_NOSTRIPCURVES = (1 << 5) , SNLA_NOREALTIMEUPDATES = (1 << 6) , SNLA_NOLOCALMARKERS = (1 << 7) , SNLA_SHOW_MARKERS = (1 << 8) } |
| typedef enum eSpaceNla_Flag | eSpaceNla_Flag |
Console | |
| enum | eConsoleLine_Type { CONSOLE_LINE_OUTPUT = 0 , CONSOLE_LINE_INPUT = 1 , CONSOLE_LINE_INFO = 2 , CONSOLE_LINE_ERROR = 3 } |
| typedef enum eConsoleLine_Type | eConsoleLine_Type |
Enums for space type in the user interface.
Definition in file DNA_space_enums.h.
| #define FILE_MAX 1024 |
Definition at line 550 of file DNA_space_enums.h.
| #define FILE_MAX_LIBEXTRA (FILE_MAX + MAX_ID_NAME) |
Definition at line 552 of file DNA_space_enums.h.
Referenced by blender::bke::asset_edit_id_from_weak_reference(), BKE_blendfile_library_path_explode(), can_create_dir_from_user_input(), current_relpath_append(), ED_fileselect_selected_files_full_paths(), file_delete_poll(), file_delete_single(), file_directory_enter_handle(), file_draw_hint_if_invalid(), file_draw_invalid_asset_library_hint(), file_draw_list(), file_draw_tooltip_custom_func(), file_external_operation_exec(), file_os_operations_menu_draw(), file_os_operations_menu_poll(), file_path_to_ui_path(), fileentry_uiname(), filelist_checkdir_dir(), filelist_checkdir_lib(), filelist_checkdir_main(), filelist_checkdir_return_always_valid(), filelist_file_get_full_path(), filelist_filter(), filelist_geticon_file_type_ex(), filelist_readjob_list_lib(), filelist_readjob_recursive_dir_add_items(), filelist_setdir(), IMB_thumb_manage(), blender::ed::asset::list::AssetList::setup(), wm_id_linked_relocate_exec(), and wm_link_append_exec().
| #define FILE_MAXDIR 768 |
Definition at line 548 of file DNA_space_enums.h.
| #define FILE_MAXFILE 256 |
Definition at line 549 of file DNA_space_enums.h.
| #define FILE_SELECT_MAX_RECURSIONS (FILE_MAX_LIBEXTRA / 2) |
Maximum level of recursions accepted for FileSelectParams.recursion_level. Rather than a completely arbitrary limit or none at all, make it just enough to support the most extreme case where the maximal path length is used with single letter directory/file names only.
Definition at line 559 of file DNA_space_enums.h.
Referenced by blo_do_versions_300(), fileselect_ensure_updated_asset_params(), and blender::ed::asset::list::AssetList::setup().
| #define IMG_SIZE_FALLBACK 256 |
Definition at line 1130 of file DNA_space_enums.h.
Referenced by BKE_image_get_size(), ED_space_clip_get_size(), ED_space_image_get_size(), ED_space_image_grid_steps(), and movieclip_load_get_size().
| #define SI_GRID_STEPS_LEN 8 |
Keep in sync with STEPS_LEN in grid_frag.glsl.
Definition at line 792 of file DNA_space_enums.h.
Referenced by ED_space_image_grid_steps(), ED_space_image_increment_snap_value(), and blender::ed::transform::transform_snap_grid_init().
| #define SO_FILTER_ANY |
Definition at line 193 of file DNA_space_enums.h.
Referenced by blender::ed::outliner::outliner_element_visible_get().
| #define SO_FILTER_OB_STATE |
Definition at line 189 of file DNA_space_enums.h.
Referenced by blender::ed::outliner::outliner_element_visible_get(), and blender::ed::outliner::outliner_exclude_filter_get().
| #define SO_FILTER_OB_TYPE |
Definition at line 184 of file DNA_space_enums.h.
Referenced by blender::ed::outliner::outliner_element_visible_get(), and blender::ed::outliner::outliner_exclude_filter_get().
| #define SPACE_TYPE_ANY -1 |
Definition at line 1128 of file DNA_space_enums.h.
Referenced by actionzone_modal(), annotation_draw_toggle_eraser_cursor(), annotation_draw_toggle_stabilizer_cursor(), area_join_init(), area_join_update_data(), area_split_modal(), area_swap_modal(), BKE_screen_area_map_find_area_xy(), BKE_screen_find_big_area(), depthdropper_depth_sample_pt(), ED_paint_cursor_start(), ED_screen_draw_edges(), eyedropper_color_sample_fl(), eyedropper_cryptomatte_sample_fl(), eyedropper_get_property_button_under_mouse(), eyedropper_win_area_find(), gizmo_find_from_properties(), gizmo_primitive_rna_find_operator(), blender::ed::transform::initTransform(), blender::ed::sculpt_paint::min_distance_edit::min_distance_edit_invoke(), blender::ed::sculpt_paint::paint_stroke_modal(), pyrna_callback_classmethod_add(), radial_control_invoke(), render_view_open(), screen_area_edge_from_cursor(), screenshot_invoke(), blender::ed::asset::screenshot_preview_exec(), svg_replace_color_attributes(), blender::ed::sculpt_paint::image::ops::paint::texture_paint_init(), uiTemplateInputStatus(), wm_drags_draw(), wm_dropbox_active(), wm_paintcursor_draw(), and wm_window_new_exec().
| #define SPACE_TYPE_NUM (SPACE_SPREADSHEET + 1) |
Referenced by wm_dropbox_invoke(), and WM_toolsystem_refresh_screen_window().
| #define SPREADSHEET_WIDTH_UNIT (UI_UNIT_X * UI_style_get_dpi()->widget.points / (float)UI_DEFAULT_TEXT_POINTS) |
We can't just use UI_UNIT_X, because it does not take widget.points into account, which modifies the width of text as well.
Definition at line 1078 of file DNA_space_enums.h.
Referenced by blender::ed::spreadsheet::draw_column_reorder_destination(), blender::ed::spreadsheet::fit_column_invoke(), blender::ed::spreadsheet::ColumnValues::fit_column_values_width_px(), blender::ed::spreadsheet::ColumnValues::fit_column_width_px(), blender::ed::spreadsheet::resize_column_invoke(), blender::ed::spreadsheet::resize_column_modal(), and blender::ed::spreadsheet::spreadsheet_main_region_draw().
| #define ST_MAX_FIND_STR 256 |
Definition at line 817 of file DNA_space_enums.h.
Referenced by text_text_search_exec().
Selection Flags FileList::selection_state.
SpaceFile.browse_mode (File Space Browsing Mode).
Files in the file selector list: file types Note we could use mere values (instead of bit-flags) for file types themselves, but since we do not lack of bytes currently.
FileSelectParams.flag / sfile->params->flag.
FileSelectParams.rename_flag / sfile->params->rename_flag.
File selector types.
SpaceGraph.flag (Graph Editor Settings)
SpaceGraph.mode (Graph Editor Mode)
Space types: SpaceLink.spacetype & ScrArea.spacetype.
Outliner search flags (SpaceOutliner.search_flags)
SpaceText flags (moved from DNA_text_types.h).
#SpaceNode.nodes_type
#SpaceNode.nodes_type
| anonymous enum |
| Enumerator | |
|---|---|
| SNODE_INSERTOFS_DIR_RIGHT | |
| SNODE_INSERTOFS_DIR_LEFT | |
Definition at line 896 of file DNA_space_enums.h.
| anonymous enum |
| Enumerator | |
|---|---|
| SEQ_GIZMO_HIDE | All gizmos. |
| SEQ_GIZMO_HIDE_NAVIGATE | |
| SEQ_GIZMO_HIDE_CONTEXT | |
| SEQ_GIZMO_HIDE_TOOL | |
Definition at line 450 of file DNA_space_enums.h.
| anonymous enum |
| Enumerator | |
|---|---|
| SNODE_GIZMO_HIDE | All gizmos. |
| SNODE_GIZMO_HIDE_ACTIVE_NODE | |
Definition at line 862 of file DNA_space_enums.h.
| anonymous enum |
| Enumerator | |
|---|---|
| FILE_ENTRY_INVALID_PREVIEW | |
| FILE_ENTRY_NAME_FREE | |
| FILE_ENTRY_PREVIEW_LOADING | |
| FILE_ENTRY_BLENDERLIB_NO_PREVIEW | For FILE_TYPE_BLENDERLIB only: Denotes that the ID is known to not have a preview (none was found in the .blend). Stored so we don't keep trying to find non-existent previews every time we reload previews. When dealing with heavy files this can have quite an impact. |
Definition at line 671 of file DNA_space_enums.h.
| anonymous enum |
| Enumerator | |
|---|---|
| SCLIP_GIZMO_HIDE | All gizmos. |
| SCLIP_GIZMO_HIDE_NAVIGATE | |
Definition at line 977 of file DNA_space_enums.h.
| anonymous enum |
| Enumerator | |
|---|---|
| SI_GIZMO_HIDE | All gizmos. |
| SI_GIZMO_HIDE_NAVIGATE | |
Definition at line 785 of file DNA_space_enums.h.
| anonymous enum |
Definition at line 19 of file DNA_space_enums.h.
| enum eConsoleLine_Type |
| Enumerator | |
|---|---|
| CONSOLE_LINE_OUTPUT | |
| CONSOLE_LINE_INPUT | |
| CONSOLE_LINE_INFO | Auto-completion feedback. |
| CONSOLE_LINE_ERROR | |
Definition at line 908 of file DNA_space_enums.h.
| enum eDirEntry_SelectFlag |
Selection Flags FileList::selection_state.
| Enumerator | |
|---|---|
| FILE_SEL_HIGHLIGHTED | |
| FILE_SEL_SELECTED | |
| FILE_SEL_EDITING | |
Definition at line 660 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| FILE_ASSET_IMPORT_INSTANCE_COLLECTIONS_ON_LINK | |
| FILE_ASSET_IMPORT_INSTANCE_COLLECTIONS_ON_APPEND | |
Definition at line 489 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| FILE_ASSET_IMPORT_LINK | Regular data-block linking. |
| FILE_ASSET_IMPORT_APPEND | Regular data-block appending (basically linking + "Make Local"). |
| FILE_ASSET_IMPORT_APPEND_REUSE | Append data-block with the BLO_LIBLINK_APPEND_LOCAL_ID_REUSE flag enabled. Some typically heavy data dependencies (e.g. the image data-blocks of a material, the mesh of an object) may be reused from an earlier append. |
| FILE_ASSET_IMPORT_FOLLOW_PREFS | Default: Follow the preference setting for this asset library. |
| FILE_ASSET_IMPORT_PACK | Link the data-block, but also pack it in the current file to keep it working even if the source file is not available anymore. |
Definition at line 471 of file DNA_space_enums.h.
| enum eFileBrowse_Mode |
SpaceFile.browse_mode (File Space Browsing Mode).
| Enumerator | |
|---|---|
| FILE_BROWSE_MODE_FILES | |
| FILE_BROWSE_MODE_ASSETS | |
Definition at line 495 of file DNA_space_enums.h.
| enum eFileDetails |
FileSelectParams.details_flags
| Enumerator | |
|---|---|
| FILE_DETAILS_SIZE | |
| FILE_DETAILS_DATETIME | |
Definition at line 541 of file DNA_space_enums.h.
| enum eFileDisplayType |
Definition at line 503 of file DNA_space_enums.h.
| enum eFileSel_File_Types |
Files in the file selector list: file types Note we could use mere values (instead of bit-flags) for file types themselves, but since we do not lack of bytes currently.
Definition at line 629 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| FILE_SHOW_ASSETS_ALL_CATALOGS | |
| FILE_SHOW_ASSETS_FROM_CATALOG | |
| FILE_SHOW_ASSETS_WITHOUT_CATALOG | |
Definition at line 603 of file DNA_space_enums.h.
| enum eFileSel_Params_Flag |
FileSelectParams.flag / sfile->params->flag.
Definition at line 582 of file DNA_space_enums.h.
FileSelectParams.rename_flag / sfile->params->rename_flag.
Definition at line 613 of file DNA_space_enums.h.
| enum eFileSelectType |
File selector types.
| Enumerator | |
|---|---|
| FILE_LOADLIB | |
| FILE_MAIN | |
| FILE_MAIN_ASSET | Load assets from Main. |
| FILE_ASSET_LIBRARY | Load assets of an asset library containing external files. |
| FILE_ASSET_LIBRARY_ALL | Load all asset libraries. |
| FILE_UNIX | |
| FILE_BLENDER | |
| FILE_SPECIAL | |
Definition at line 562 of file DNA_space_enums.h.
| enum eFileSortType |
Definition at line 517 of file DNA_space_enums.h.
| enum eFileTags |
| Enumerator | |
|---|---|
| FILE_TAG_REBUILD_MAIN_FILES | Tag the space as having to update files representing or containing main data. Must be set after file read and undo/redo. |
Definition at line 534 of file DNA_space_enums.h.
| enum eGraphEdit_Flag |
SpaceGraph.flag (Graph Editor Settings)
Definition at line 271 of file DNA_space_enums.h.
| enum eGraphEdit_Mode |
SpaceGraph.mode (Graph Editor Mode)
| Enumerator | |
|---|---|
| SIPO_MODE_ANIMATION | |
| SIPO_MODE_DRIVERS | |
Definition at line 305 of file DNA_space_enums.h.
Definition at line 312 of file DNA_space_enums.h.
| enum eSpace_Type |
Space types: SpaceLink.spacetype & ScrArea.spacetype.
Definition at line 1091 of file DNA_space_enums.h.
Definition at line 91 of file DNA_space_enums.h.
| enum eSpaceButtons_Flag |
| Enumerator | |
|---|---|
| SB_PIN_CONTEXT | |
| SB_FLAG_UNUSED_2 | |
| SB_FLAG_UNUSED_3 | |
| SB_TEX_USER_LIMITED | Do not add materials, particles, etc. in TemplateTextureUser list. |
| SB_SHADING_CONTEXT | |
Definition at line 119 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| PROPERTIES_SYNC_AUTO | |
| PROPERTIES_SYNC_NEVER | |
| PROPERTIES_SYNC_ALWAYS | |
Definition at line 130 of file DNA_space_enums.h.
| enum eSpaceClip_Flag |
Definition at line 929 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| SC_GPENCIL_SRC_CLIP | |
| SC_GPENCIL_SRC_TRACK | |
Definition at line 971 of file DNA_space_enums.h.
| enum eSpaceClip_Mode |
| Enumerator | |
|---|---|
| SC_MODE_TRACKING | |
| SC_MODE_MASKEDIT | |
Definition at line 956 of file DNA_space_enums.h.
| enum eSpaceClip_View |
| Enumerator | |
|---|---|
| SC_VIEW_CLIP | |
| SC_VIEW_GRAPH | |
| SC_VIEW_DOPESHEET | |
Definition at line 964 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| SC_SHOW_OVERLAYS | |
| SC_SHOW_CURSOR | |
Definition at line 923 of file DNA_space_enums.h.
| enum eSpaceImage_Flag |
Definition at line 726 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| SI_GRID_SHAPE_DYNAMIC | |
| SI_GRID_SHAPE_FIXED | |
| SI_GRID_SHAPE_PIXEL | |
Definition at line 690 of file DNA_space_enums.h.
| enum eSpaceImage_Mode |
| Enumerator | |
|---|---|
| SI_MODE_VIEW | |
| SI_MODE_PAINT | |
| SI_MODE_MASK | |
| SI_MODE_UV | |
Definition at line 718 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| SI_PIXEL_ROUND_DISABLED | |
| SI_PIXEL_ROUND_CENTER | |
| SI_PIXEL_ROUND_CORNER | |
Definition at line 711 of file DNA_space_enums.h.
| enum eSpaceImage_UVDT |
| Enumerator | |
|---|---|
| SI_UVDT_OUTLINE | |
| SI_UVDT_DASH | |
| SI_UVDT_BLACK | |
| SI_UVDT_WHITE | |
Definition at line 697 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| SI_UVDT_STRETCH_ANGLE | |
| SI_UVDT_STRETCH_AREA | |
Definition at line 705 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| SI_OVERLAY_SHOW_OVERLAYS | |
| SI_OVERLAY_SHOW_GRID_BACKGROUND | |
| SI_OVERLAY_DRAW_RENDER_REGION | |
| SI_OVERLAY_DRAW_TEXT_INFO | |
Definition at line 777 of file DNA_space_enums.h.
| enum eSpaceInfo_RptMask |
| Enumerator | |
|---|---|
| INFO_RPT_DEBUG | |
| INFO_RPT_INFO | |
| INFO_RPT_OP | |
| INFO_RPT_WARN | |
| INFO_RPT_ERR | |
Definition at line 42 of file DNA_space_enums.h.
| enum eSpaceNla_Flag |
| Enumerator | |
|---|---|
| SNLA_FLAG_UNUSED_0 | |
| SNLA_FLAG_UNUSED_1 | |
| SNLA_DRAWTIME | |
| SNLA_FLAG_UNUSED_3 | |
| SNLA_NOSTRIPCURVES | |
| SNLA_NOREALTIMEUPDATES | |
| SNLA_NOLOCALMARKERS | |
| SNLA_SHOW_MARKERS | |
Definition at line 333 of file DNA_space_enums.h.
| enum eSpaceNode_Flag |
Definition at line 845 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| SNODE_SHADER_OBJECT | |
| SNODE_SHADER_WORLD | |
| SNODE_SHADER_LINESTYLE | |
Definition at line 877 of file DNA_space_enums.h.
| enum eSpaceNode_TexFrom |
| Enumerator | |
|---|---|
| SNODE_TEX_WORLD | |
| SNODE_TEX_BRUSH | |
| SNODE_TEX_LINESTYLE | |
Definition at line 869 of file DNA_space_enums.h.
Definition at line 825 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| SN_OVERLAY_PREVIEW_FLAT | |
| SN_OVERLAY_PREVIEW_3D | |
Definition at line 839 of file DNA_space_enums.h.
Definition at line 154 of file DNA_space_enums.h.
| enum eSpaceOutliner_Flag |
| Enumerator | |
|---|---|
| SO_FLAG_UNUSED_1 | |
| SO_SKIP_SORT_ALPHA | |
| SO_SYNC_SELECT | |
| SO_MODE_COLUMN | |
Definition at line 143 of file DNA_space_enums.h.
Definition at line 240 of file DNA_space_enums.h.
| enum eSpaceOutliner_Mode |
| Enumerator | |
|---|---|
| SO_SCENES | |
| SO_LIBRARIES | |
| SO_SEQUENCE | |
| SO_DATA_API | |
| SO_ID_ORPHANS | |
| SO_VIEW_LAYER | |
| SO_OVERRIDES_LIBRARY | |
Definition at line 219 of file DNA_space_enums.h.
Outliner search flags (SpaceOutliner.search_flags)
| Enumerator | |
|---|---|
| SO_FIND_CASE_SENSITIVE | |
| SO_FIND_COMPLETE | |
| SO_SEARCH_RECURSIVE | |
Definition at line 258 of file DNA_space_enums.h.
SpaceOutliner.show_restrict_flags
| Enumerator | |
|---|---|
| SO_RESTRICT_ENABLE | |
| SO_RESTRICT_SELECT | |
| SO_RESTRICT_HIDE | |
| SO_RESTRICT_VIEWPORT | |
| SO_RESTRICT_RENDER | |
| SO_RESTRICT_HOLDOUT | |
| SO_RESTRICT_INDIRECT_ONLY | |
Definition at line 208 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| SO_FILTER_OB_ALL | |
| SO_FILTER_OB_VISIBLE | |
| SO_FILTER_OB_HIDDEN | |
| SO_FILTER_OB_SELECTED | |
| SO_FILTER_OB_ACTIVE | |
| SO_FILTER_OB_SELECTABLE | |
Definition at line 198 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| SO_TREESTORE_CLEANUP | |
| SO_TREESTORE_UNUSED_1 | |
| SO_TREESTORE_REBUILD | Rebuild the tree, similar to cleanup, but defer a call to bke::outliner::treehash::rebuild_from_treestore instead. |
Definition at line 248 of file DNA_space_enums.h.
| enum eSpaceSeq_Displays |
| Enumerator | |
|---|---|
| SEQ_VIEW_SEQUENCE | |
| SEQ_VIEW_PREVIEW | |
| SEQ_VIEW_SEQUENCE_PREVIEW | |
Definition at line 432 of file DNA_space_enums.h.
| enum eSpaceSeq_DrawFlag |
| Enumerator | |
|---|---|
| SEQ_DRAW_UNUSED_0 | |
| SEQ_DRAW_UNUSED_1 | |
| SEQ_DRAW_TRANSFORM_PREVIEW | |
Definition at line 405 of file DNA_space_enums.h.
| enum eSpaceSeq_Flag |
Definition at line 412 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| SEQ_OVERLAY_FRAME_TYPE_RECT | |
| SEQ_OVERLAY_FRAME_TYPE_REFERENCE | |
| SEQ_OVERLAY_FRAME_TYPE_CURRENT | |
Definition at line 459 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| SEQ_RENDER_SIZE_NONE | |
| SEQ_RENDER_SIZE_SCENE | |
| SEQ_RENDER_SIZE_PROXY_25 | |
| SEQ_RENDER_SIZE_PROXY_50 | |
| SEQ_RENDER_SIZE_PROXY_75 | |
| SEQ_RENDER_SIZE_PROXY_100 | |
| SEQ_RENDER_SIZE_FULL_DEPRECATED | |
Definition at line 439 of file DNA_space_enums.h.
| enum eSpaceSeq_RegionType |
| Enumerator | |
|---|---|
| SEQ_DRAW_IMG_IMBUF | |
| SEQ_DRAW_IMG_WAVEFORM | |
| SEQ_DRAW_IMG_VECTORSCOPE | |
| SEQ_DRAW_IMG_HISTOGRAM | |
| SEQ_DRAW_IMG_RGBPARADE | |
Definition at line 396 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| SEQ_CACHE_SHOW | |
| SEQ_CACHE_SHOW_RAW | |
| SEQ_CACHE_SHOW_FINAL_OUT | |
Definition at line 387 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| SEQ_PREVIEW_SHOW_2D_CURSOR | |
| SEQ_PREVIEW_SHOW_OUTLINE_SELECTED | |
| SEQ_PREVIEW_SHOW_SAFE_MARGINS | |
| SEQ_PREVIEW_SHOW_GPENCIL | |
| SEQ_PREVIEW_SHOW_SAFE_CENTER | |
| SEQ_PREVIEW_SHOW_METADATA | |
Definition at line 357 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| SEQ_TIMELINE_SHOW_STRIP_OFFSETS | |
| SEQ_TIMELINE_SHOW_THUMBNAILS | |
| SEQ_TIMELINE_SHOW_STRIP_COLOR_TAG | Use Strip::color_tag |
| SEQ_TIMELINE_SHOW_STRIP_RETIMING | |
| SEQ_TIMELINE_SHOW_FCURVES | |
| SEQ_TIMELINE_ALL_WAVEFORMS | Draw all wave-forms. |
| SEQ_TIMELINE_NO_WAVEFORMS | Draw no wave-forms. |
| SEQ_TIMELINE_WAVEFORMS_HALF | Draw only upper part of the waveform, showing absolute signal value. |
| SEQ_TIMELINE_SHOW_STRIP_NAME | |
| SEQ_TIMELINE_SHOW_STRIP_SOURCE | |
| SEQ_TIMELINE_SHOW_STRIP_DURATION | |
| SEQ_TIMELINE_SHOW_GRID | |
Definition at line 367 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| SPREADSHEET_CONTEXT_OBJECT | |
| SPREADSHEET_CONTEXT_MODIFIER | |
| SPREADSHEET_CONTEXT_NODE | |
Definition at line 1026 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| SPREADSHEET_FILTER_SELECTED_ONLY | |
| SPREADSHEET_FILTER_ENABLE | |
Definition at line 1003 of file DNA_space_enums.h.
Definition at line 989 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| SPREADSHEET_OBJECT_EVAL_STATE_EVALUATED | |
| SPREADSHEET_OBJECT_EVAL_STATE_ORIGINAL | |
| SPREADSHEET_OBJECT_EVAL_STATE_VIEWER_NODE | |
Definition at line 1020 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| SPREADSHEET_ROW_FILTER_UI_EXPAND | |
| SPREADSHEET_ROW_FILTER_BOOL_VALUE | |
| SPREADSHEET_ROW_FILTER_ENABLED | |
Definition at line 1008 of file DNA_space_enums.h.
| enum eSpaceText_Flags |
SpaceText flags (moved from DNA_text_types.h).
| Enumerator | |
|---|---|
| ST_SCROLL_SELECT | |
| ST_FLAG_UNUSED_4 | |
| ST_FIND_WRAP | |
| ST_FIND_ALL | |
| ST_SHOW_MARGIN | |
| ST_MATCH_CASE | |
| ST_FLAG_UNUSED_9 | |
Definition at line 801 of file DNA_space_enums.h.
Definition at line 1052 of file DNA_space_enums.h.
Definition at line 1032 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| SPREADSHEET_ROW_FILTER_EQUAL | |
| SPREADSHEET_ROW_FILTER_GREATER | |
| SPREADSHEET_ROW_FILTER_LESS | |
Definition at line 1014 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| SPREADSHEET_TABLE_FLAG_MANUALLY_EDITED | If a generated table has never been manually edited (e.g. changing column order), it can be discarded when it's no longer displayed. |
Definition at line 1066 of file DNA_space_enums.h.
| Enumerator | |
|---|---|
| SPREADSHEET_TABLE_ID_TYPE_GEOMETRY | This table uses the SpreadsheetTableIDGeometry key. |
Definition at line 1061 of file DNA_space_enums.h.
#SpaceNode.nodes_type
| Enumerator | |
|---|---|
| SNODE_COMPOSITOR_SCENE | |
| SNODE_COMPOSITOR_SEQUENCER | |
Definition at line 890 of file DNA_space_enums.h.
#SpaceNode.nodes_type
| Enumerator | |
|---|---|
| SNODE_GEOMETRY_MODIFIER | |
| SNODE_GEOMETRY_TOOL | |
Definition at line 884 of file DNA_space_enums.h.
| ENUM_OPERATORS | ( | eDirEntry_SelectFlag | , |
| FILE_SEL_EDITING | ) |
References FILE_SEL_EDITING.
| ENUM_OPERATORS | ( | eFileSel_File_Types | , |
| FILE_TYPE_BLENDERLIB | ) |
References FILE_TYPE_BLENDERLIB.
| ENUM_OPERATORS | ( | eFileSel_Params_Flag | , |
| FILE_FILTER_ASSET_CATALOG | ) |
References FILE_FILTER_ASSET_CATALOG.