Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/workspace.c
| Show First 20 Lines • Show All 186 Lines • ▼ Show 20 Lines | IDTypeInfo IDType_ID_WS = { | ||||
| .foreach_cache = NULL, | .foreach_cache = NULL, | ||||
| .blend_write = workspace_blend_write, | .blend_write = workspace_blend_write, | ||||
| .blend_read_data = workspace_blend_read_data, | .blend_read_data = workspace_blend_read_data, | ||||
| .blend_read_lib = workspace_blend_read_lib, | .blend_read_lib = workspace_blend_read_lib, | ||||
| .blend_read_expand = workspace_blend_read_expand, | .blend_read_expand = workspace_blend_read_expand, | ||||
| .blend_read_undo_preserve = NULL, | .blend_read_undo_preserve = NULL, | ||||
| .lib_override_apply_post = NULL, | |||||
| }; | }; | ||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| /** \name Internal Utils | /** \name Internal Utils | ||||
| * \{ */ | * \{ */ | ||||
| static void workspace_layout_name_set(WorkSpace *workspace, | static void workspace_layout_name_set(WorkSpace *workspace, | ||||
| WorkSpaceLayout *layout, | WorkSpaceLayout *layout, | ||||
| ▲ Show 20 Lines • Show All 427 Lines • Show Last 20 Lines | |||||