April 9, 2017, 12:30 (GMT) |
Minor fix for notifiers & cleanup |
April 9, 2017, 11:55 (GMT) |
Merge branch 'blender2.8' into workspaces |
April 9, 2017, 06:12 (GMT) |
Merge branch 'blender2.8' into workspaces |
April 9, 2017, 05:03 (GMT) |
Cleanup: use calloc for DNA data ensures pad-members are set, avoids junk data in the file & quiets memory checking tools. |
April 9, 2017, 05:02 (GMT) |
Cleanup: use BLI_find util functions |
April 8, 2017, 15:42 (GMT) |
Add/use utility macros for getters/setters in BKE_workspace.h |
April 8, 2017, 15:23 (GMT) |
General cleanup of workspace files (naming, function ordering, etc) |
April 8, 2017, 04:22 (GMT) |
Merge branch 'blender2.8' into workspaces |
April 7, 2017, 15:54 (GMT) |
Sync with blender2.8, cleanup, remove unintentionally committed files |
April 7, 2017, 15:04 (GMT) |
OpenGL: Get rid of PRIM_QUADS usage in manipulators code |
April 7, 2017, 14:30 (GMT) |
Merge branch 'blender2.8' into workspaces Conflicts: source/blender/depsgraph/intern/depsgraph_tag.cc source/blender/editors/screen/screen_edit.c |
April 7, 2017, 00:06 (GMT) |
Remove DNA_workspace_types Accidentally committed after choosing not to rename |
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. |
|