Revision c32a5ce by Jacques Lucke November 6, 2020, 13:10 (GMT) |
Revision 62223e9 by Jacques Lucke November 6, 2020, 13:10 (GMT) |
Revision 8d50733 by Sergey Sharybin November 6, 2020, 13:06 (GMT) |
Cleanup: Clang-Tidy, modernize-use-emplace |
Revision cee5a41 by Sergey Sharybin November 6, 2020, 12:53 (GMT) |
Fix compilation error of bf_draw Similar to previous commit, missing build dependency. |
Revision 187adc6 by Sergey Sharybin November 6, 2020, 12:49 (GMT) |
Fix compilation error when building from scratch Make sure the DNA offset files is ready at a time bf_windowmanager need it. |
Revision a331d5c by Sergey Sharybin November 6, 2020, 12:40 (GMT) |
Cleanup: Clang-Tidy, modernize-redundant-void-arg |
Revision 41db8f2 by Jacques Lucke November 6, 2020, 12:35 (GMT) |
Revision da96389 by Jacques Lucke November 6, 2020, 12:22 (GMT) |
Revision 3ee9e3a by Jacques Lucke November 6, 2020, 12:17 (GMT) |
Cleanup: remove unnecessary function |
Revision 9ad2965 by Jacques Lucke November 6, 2020, 12:16 (GMT) |
Revision e810a16 by Jacques Lucke November 6, 2020, 12:04 (GMT) |
Refactor: move wmWindowManager .blend I/O to IDTypeInfo callbacks |
Revision 2de454c by Philipp Oeser November 6, 2020, 11:57 (GMT) |
Merge branch 'blender-v2.91-release' into master |
Revision 8df84f7 by Philipp Oeser November 6, 2020, 11:52 (GMT) |
Fix T82364: Widget anim state not updated when deleting channel in Graph Editor So a keyframed e.g. location slider would stay yellow/green even if its corresponding channel was removed. Needs a appropriate notifier so the listeners (e.g. buttons_area_listener, view3d_buttons_region_listener) would cause a redraw. Maniphest Tasks: T82364 Differential Revision: https://developer.blender.org/D9438 |
Revision 3310e6d by Dalai Felinto November 6, 2020, 11:29 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.91-release' |
Revision b35e3f2 by Dalai Felinto November 6, 2020, 11:29 (GMT) |
Fix T82457: Python error when clicking on a tool in the viewport Ths variable was initialized for false, while it was expected to be true. |
Revision 3b77c67 by Sergey Sharybin November 6, 2020, 11:16 (GMT) |
Clang Tidy: Expand modernize category Gives an idea of which warnings are affecting Blender code base. |
Revision 311031e by Sebastián Barschkis November 6, 2020, 11:06 (GMT) |
Cleanup: Use nullptr everywhere in fluid code Switched from NULL to nullptr. |
Revision 37b1554 by Philipp Oeser November 6, 2020, 11:00 (GMT) |
Merge branch 'blender-v2.91-release' into master |
Revision 390a0d5 by Julian Eisel November 6, 2020, 10:58 (GMT) |
Fix T82387: Crash loading file saved with recent master in old versions This fix makes sure new files save `wmWindow.global_areas` under a different name, so old Blender versions don't recognize and 0-initialize it. Since enabling global area writing (ef4aa42ea4ff), loading a file in old Blender versions would cause `wmWindow.global_areas` to be read, because there was already reading code for it and `ScrAreaMap` was in SDNA. However the `ScrArea.global` of the global areas would be NULL, because it was *not* in SDNA (`ScrGlobalAreaData` was excluded). Now, issue is that the code assumes that areas in the global area-map have a valid ScrArea.global pointer. Think this was a mistake in rB5f6c45498c92. We should have cleared all this data on reading, until the global area writing was enabled. Differential Revision: https://developer.blender.org/D9442 Reviewed by: Brecht Van Lommel |
Revision e6739ed by Philipp Oeser November 6, 2020, 10:56 (GMT) |
Fix T82407: Negative number input gives syntax error for velocities and accelerations Caused by rB45dbc38a8b15. Above commit would place parentheses surrounding a block until the next operator was found. For velocities and accelerations though, the '/' in 'm/s' or 'ft/s' should not be considered an operator. Maniphest Tasks: T82407 Differential Revision: https://developer.blender.org/D9467 |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021