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:
Brecht Van Lommel
2018-08-20 15:37:19 +02:00
parent 444934632a
commit 6cd3a67e36
6 changed files with 49 additions and 56 deletions

View File

@@ -44,9 +44,7 @@ class USERPREF_HT_header(Header):
layout.operator_context = 'INVOKE_DEFAULT'
if userpref.active_section == 'INTERFACE':
layout.operator("wm.save_workspace_file")
elif userpref.active_section == 'INPUT':
if userpref.active_section == 'INPUT':
layout.operator("wm.keyconfig_import")
layout.operator("wm.keyconfig_export")
elif userpref.active_section == 'ADDONS':