April 6, 2017, 23:09 (GMT) |
Fix search menu using wrong search list in full window draw mode Turns out we can't use static struct data here, so just adding logic for freeing custom search data when needed. |
April 6, 2017, 22:03 (GMT) |
Remove redundant TODO mark workspaces.blend file contain nothing but workspaces (mostly), so there's nothing to skip when reading. |
April 6, 2017, 21:46 (GMT) |
Don't append temporary screen-layouts with workspaces |
April 6, 2017, 21:32 (GMT) |
Bundle default workspace user configuration file with Blender This contains nothing but the old screen-layouts converted into workspaces (and "Default" layout/workspace is now called "General"). Note that this adds the workspaces.blend directly, no datatoc conversion is used like for default startup.blend. Mainly for these two reasons: * Appending only supports regular .blend files * Regular .blend is much smaller than datatoc one (181kB vs. 1.4MB) |
April 6, 2017, 14:29 (GMT) |
Rename workflow.blend -> workspaces.blend Idea was that workflow.blend could be used for non-workspace data later, but it's not worth the confusion it may cause. |
April 6, 2017, 13:32 (GMT) |
Fix crash opening startup.blend as regular .blend Also fixed incorrect context change. |
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. |
April 5, 2017, 06:39 (GMT) |
Fix workspace mode syncing Toggling off a mode didn't correctly update the workspace. |
April 4, 2017, 13:49 (GMT) |
Minor changes - Remove utildefines from BKE_workspace header - doxy example are typically for code examples, just use heading - wrap args, avoid right shift |
April 4, 2017, 13:09 (GMT) |
Fix files loading with wrong screen in 2.7x |
April 4, 2017, 13:09 (GMT) |
Place holder icon Superficial but looks buggy having no icon |
April 4, 2017, 12:14 (GMT) |
Rename WorkSpaceDataAssignment -> WorkSpaceDataRelation |
April 4, 2017, 11:51 (GMT) |
Comments: Try to describe WorkSpaceDataAssignment struct better |
April 4, 2017, 11:05 (GMT) |
Merge branch 'blender2.8' into workspaces |
April 4, 2017, 07:52 (GMT) |
Merge branch 'blender2.8' into workspaces |
April 4, 2017, 07:37 (GMT) |
Indent to avoid conflicts without this many lines differ from 2.8x |
April 4, 2017, 06:29 (GMT) |
Merge branch 'blender2.8' into workspaces |
April 4, 2017, 04:12 (GMT) |
Error in last commit |
April 4, 2017, 04:09 (GMT) |
Alternate workaround for accessing window at startup |
April 4, 2017, 03:58 (GMT) |
Merge branch 'blender2.8' into workspaces |
|