May 14, 2017, 00:45 (GMT) |
May 13, 2017, 19:25 (GMT) |
Fix crash when renaming workspace render layer PointerRNA.id.data needs to point to the Scene for render-layers. Have to do lookup in getter here, so we find the scene that contains a render layer... which is a bit ugly :/ |
May 13, 2017, 17:49 (GMT) |
Merge branch 'blender2.8' into workspaces |
May 13, 2017, 17:32 (GMT) |
Use template_search for selecting screen-layout and render-layer |
May 12, 2017, 15:08 (GMT) |
Merge branch 'blender2.8' into workspaces Conflicts: source/blender/editors/interface/interface_intern.h source/blender/editors/interface/interface_layout.c source/blender/editors/interface/interface_templates.c source/blender/makesrna/intern/rna_space_api.c source/blenderplayer/bad_level_call_stubs/stubs.c |
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 |
|