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 |
Revision 525b869 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 6, 2017, 18:27 (GMT) |
Some missing free memory for shaders |
Revision 501da3a by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 6, 2017, 16:34 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
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 |
Revision c468922 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 5, 2017, 18:15 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 5d8ef4e by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 5, 2017, 14:29 (GMT) |
Check zdepth to avoid strokes in back of camera Do not draw if the stroke ison back of the point of view. |
May 5, 2017, 11:20 (GMT) |
Merge branch 'blender2.8' into workspaces Conflicts: source/blender/blenloader/intern/readfile.c |
Revision 561668d by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 5, 2017, 11:20 (GMT) |
Cleanup: Remove unused variables |
Revision 7bfc1b7 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 5, 2017, 10:15 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 291f49b by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 4, 2017, 18:23 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
May 4, 2017, 12:57 (GMT) |
Cycles Denoising: Fix reading of the new properties |
|
|
|


Master Commits
MiikaHweb | 2003-2021