Revision 2de0cc5 by Jacques Lucke April 21, 2020, 12:34 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision b4993a9 by Jacques Lucke April 21, 2020, 12:33 (GMT) |
Fix: Incorrect f-string in previews.py Contributed by @deadpin Differential Revision: https://developer.blender.org/D7458 |
Revision f4ee964 by Brecht Van Lommel April 21, 2020, 12:28 (GMT) |
Fix Linux/GCC build error after recent changes |
April 21, 2020, 12:20 (GMT) |
UV: add Reset operator to menu in uv editor Differential Revision: https://developer.blender.org/D7482 |
Revision a93ed3b by Howard Trickey April 21, 2020, 12:15 (GMT) |
Strengthen modifiers test validation, from D7397. Submitting on behalf of Jesse Y (deadpin). In test harness for modifier testing, now run mesh validation on output mesh. Also, fix printing so it interleaves properly. |
Revision 9528fa2 by Sybren A. Stüvel April 21, 2020, 11:24 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.83-release' |
Revision 6f598ec by Sybren A. Stüvel April 21, 2020, 11:24 (GMT) |
Fix T75472 Crash on "Remove Empty Animation Data" in NLA editor The `ANIMFILTER_NODUPLIS` option, to prevent duplicates in the list of animation data to be freed, was missing. This caused a use-after-free. |
Revision 81d29a9 by Brecht Van Lommel April 21, 2020, 11:17 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 5fed9ac by Brecht Van Lommel April 21, 2020, 11:16 (GMT) |
Fix clang-format differences between version 6 and 9 Version 6 does not appear to respect clang-format off for header sorting. |
Revision 1c86912 by Brecht Van Lommel April 21, 2020, 11:16 (GMT) |
Cleanup: clang-format |
Revision 06a2ae2 by Bastien Montagne April 21, 2020, 10:55 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision c73d616 by Bastien Montagne April 21, 2020, 10:52 (GMT) |
Fix T75920: Add object - Align to 3D cursor not working. 3DCursor is UI data (hence not expected to be affected by undo) that is stored in actual data (Scene)... So it needs some special care during undo. New undo code now re-reads data into existing memory, which means copying of 3DCursor data has to happen earlier in that case, when we still have both old and newly read data available. |
Revision 49a29c9 by Sergey Sharybin April 21, 2020, 10:49 (GMT) |
Cleanup: Fix strict compiler warning |
Revision a02da85 by Sergey Sharybin April 21, 2020, 10:25 (GMT) |
Libmv: Cleanup, spelling and naming in bundle adjustment Just more things which were discovered to be annoying on unclear when adding more features to this code. |
Revision 55a2682 by Ray molenkamp April 20, 2020, 18:51 (GMT) |
Windows: Add sccache support. sccache [1] is one of the few ccache like solutions that will work on windows. sccache support can be enabled with the `WITH_WINDOWS_SCCACHE` cmake option however it will only will work with ninja as the build system, msbuild is not supported currently. Advanced option, developes are expected to obtain and configure sccache on their own. ``` Full build no cache 1428.90s (100.00%) Full build cached 434.34s ( 30.40%) ``` [1] https://github.com/mozilla/sccache Reviewed By: nicholas_rishel, Brecht Differential Revision: https://developer.blender.org/D7466 |
Revision 9618bd9 by Philipp Oeser April 20, 2020, 16:55 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision be7c51d by Philipp Oeser April 20, 2020, 16:50 (GMT) |
Fix T75885: Mesh deform modifier not updating on own transforms Added the missing relation. Maniphest Tasks: T75885 Differential Revision: https://developer.blender.org/D7473 |
Revision 749181f by Sergey Sharybin April 20, 2020, 15:26 (GMT) |
Libmv: Cleanup, spelling in comment |
Revision e9c9e1c by Sergey Sharybin April 20, 2020, 14:26 (GMT) |
Libmv: De-duplicate creation of residual block Allows to centralize logic which is needed to check which cost functor to use for the specific intrinsics. |
Revision f0e8965 by Sergey Sharybin April 20, 2020, 14:26 (GMT) |
Libmv: Cleanup reprojection cost function Make it smaller and more clear how and what it operates on. |
|