Blender Git Commit Log
Git Commits -> Revision fca739e
Revision fca739e by Julian Eisel (temp-tab_drag_drop, temp-workspace-multi-window, topbar, workspaces) December 31, 2016, 16:54 (GMT) |
Remove workspaces/screen-layouts from default startup.blend except of "Default" one This means in the default startup.blend, there's only going to be one workspace and one screen-layout, both called "Default" (will be renamed to "General" though). Idea is that users will have the option add a pre-configured workspace from a menu. This avoids cluttering screen space with workspaces the user won't use even. For compatibility, screen-layouts from old files are still converted to workspaces, this only affects the default startup.blend. |
Commit Details:
Full Hash: fca739e7317ca60a226b44e7f505c1953d237977
Parent Commit: d19ebcb
Lines Changed: +75, -26
8 Modified Paths:
/source/blender/blenkernel/BKE_workspace.h (+12, -6) (Diff)
/source/blender/blenkernel/intern/workspace.c (+12, -2) (Diff)
/source/blender/blenloader/intern/readfile.c (+13, -7) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+2, -0) (Diff)
/source/blender/blenloader/intern/versioning_defaults.c (+24, -7) (Diff)
/source/blender/blenloader/intern/writefile.c (+3, -1) (Diff)
/source/blender/editors/screen/workspace_edit.c (+3, -1) (Diff)
/source/blender/editors/screen/workspace_layout_edit.c (+6, -2) (Diff)
/source/blender/blenkernel/intern/workspace.c (+12, -2) (Diff)
/source/blender/blenloader/intern/readfile.c (+13, -7) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+2, -0) (Diff)
/source/blender/blenloader/intern/versioning_defaults.c (+24, -7) (Diff)
/source/blender/blenloader/intern/writefile.c (+3, -1) (Diff)
/source/blender/editors/screen/workspace_edit.c (+3, -1) (Diff)
/source/blender/editors/screen/workspace_layout_edit.c (+6, -2) (Diff)