Blender Git Commit Log
Git Commits -> Revision 2825498
April 6, 2017, 10:19 (GMT) |
Allow storing workspaces as part of user config (UI preliminary) Adds a button in the User Preference Interface tab to save all workspaces of the current file into [user config path]/config/worflow.blend. When clicking the button to add a new workspace, the menu will list these then (and of course the option to duplicate current workspace). Note that the operator currently overrides all workspaces in the config file. There should be ways to add and remove workspaces from it instead, but we need to figure out a good UI design for how to do that still. |
Commit Details:
Full Hash: 2825498518272554d79ca425ea5f98317d43d602
Parent Commit: 9586e36
Lines Changed: +73, -5
8 Modified Paths:
/release/scripts/startup/bl_ui/space_userpref.py (+3, -1) (Diff)
/source/blender/blenkernel/BKE_blendfile.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/blendfile.c (+23, -0) (Diff)
/source/blender/blenkernel/intern/library.c (+2, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+7, -3) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+35, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)
/source/blender/windowmanager/wm_files.h (+1, -0) (Diff)
/source/blender/blenkernel/BKE_blendfile.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/blendfile.c (+23, -0) (Diff)
/source/blender/blenkernel/intern/library.c (+2, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+7, -3) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+35, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)
/source/blender/windowmanager/wm_files.h (+1, -0) (Diff)