May 10, 2017, 18:26 (GMT) |
Merge branch 'workspaces' into topbar |
May 7, 2017, 22:19 (GMT) |
Merge branch 'blender2.8' into workspaces |
May 7, 2017, 21:57 (GMT) |
Revert redundant workaround for buffer overflow This reverts commit 9ddb857c7a9b9ea7ae55ef39879497676d6d8e71. Should be redundant after rB839bf119c1a774b475. |
May 7, 2017, 21:26 (GMT) |
Better fix for reading fullscreens from old files Old fix was rBe38481e53b84db. We now solve this in a nicer way by doing all workspace versioning after lib-linking. |
May 7, 2017, 18:58 (GMT) |
Fix empty default workspace configuration The default workspace configuration bundled with Blender was supposed to contain the pre-2.8 default screen-layouts converted to workspaces ("3D View Full", "Animation", "Compositing", ...). Apparently I committed the configuration with only one workspace though ("General"), so correcting now. |
May 7, 2017, 00:00 (GMT) |
Fix crash opening startup.blend as regular .blend (again) Earlier fix could cause issues and was reverted in rBfc601d8eaa79a7. Fixed now by avoiding CTX_ call when context hasn't been setup completely yet. I think it's fine to assume G.main equals CTX_data_main call at this point. |
May 6, 2017, 23:44 (GMT) |
Fix (harmless) error print with multiple workspaces Fixes issue reported in https://developer.blender.org/D2451#62155. Caused by rB8c250c9b73797520. |
May 6, 2017, 23:03 (GMT) |
Fix failing assert on undo Caused by rB9fa84d640f151 which set the deprecated pointer for forward compatibility, leading to failling assertion of this pointer being NULL. We now NULL the pointer again after writing to file. |
May 6, 2017, 22:38 (GMT) |
Merge branch 'blender2.8' into workspaces |
May 5, 2017, 23:50 (GMT) |
Fix crash when loading .blend with multiple scenes |
May 5, 2017, 19:46 (GMT) |
May 5, 2017, 19:42 (GMT) |
Fix unfreed IDProperties, caused by branch merges |
May 5, 2017, 19:40 (GMT) |
Merge branch 'blender2.8' into workspaces Conflicts: source/blender/blenloader/intern/readfile.c source/blender/blenloader/intern/versioning_280.c |
May 5, 2017, 11:20 (GMT) |
Merge branch 'blender2.8' into workspaces Conflicts: source/blender/blenloader/intern/readfile.c |
May 3, 2017, 21:49 (GMT) |
Merge branch 'blender2.8' into workspaces Conflicts: source/blender/blenkernel/intern/scene.c source/blender/blenloader/intern/readfile.c source/blender/blenloader/intern/versioning_280.c |
May 2, 2017, 00:01 (GMT) |
Merge branch '28' into workspaces |
May 1, 2017, 23:12 (GMT) |
Use iterator for for do_version_workspaces_after_lib_link |
May 1, 2017, 23:03 (GMT) |
Disabling USE_WORKSPACE_MODE works again |
May 1, 2017, 22:58 (GMT) |
Use uppercase for macros |
May 1, 2017, 22:30 (GMT) |
Cleanup: formatting |
|