Workspaces: remove separate workspaces.blend config file.
This is quite confusing in the current UI, with both startup.blend and workspaces.blend containing a list of workspaces. In practice you'd usually want to save workspaces to both files. The downside of having a single file may be that you then can't disable certain workspaces by default, but we could add a setting for that.
This commit is contained in:
@@ -3211,7 +3211,6 @@ void wm_operatortypes_register(void)
|
||||
WM_operatortype_append(WM_OT_read_factory_settings);
|
||||
WM_operatortype_append(WM_OT_save_homefile);
|
||||
WM_operatortype_append(WM_OT_save_userpref);
|
||||
WM_operatortype_append(WM_OT_save_workspace_file);
|
||||
WM_operatortype_append(WM_OT_userpref_autoexec_path_add);
|
||||
WM_operatortype_append(WM_OT_userpref_autoexec_path_remove);
|
||||
WM_operatortype_append(WM_OT_window_fullscreen_toggle);
|
||||
|
Reference in New Issue
Block a user