Revision de8d700 by Bastien Montagne November 10, 2020, 15:14 (GMT) |
Cleanup/Update comments in liboverride code. |
Revision a284e55 by Kévin Dietrich November 10, 2020, 15:05 (GMT) |
Fix T82561: shader compilation crashes in OSL The "type" sockets on shader nodes were renamed in rB31a620b9420cab to avoid clashes with the `NodeType type` member from the Node base class, but the OSL shader compilation was missing those changes. |
Revision feb71f1 by Sybren A. Stüvel November 10, 2020, 14:36 (GMT) |
Animation: Expand unit tests for `BKE_fcurve_active_keyframe_index()` Expand unit test for `BKE_fcurve_active_keyframe_index()` to test edge cases better. This also introduces a new test macro `EXPECT_BLI_ASSERT()`, which can be used to test that an assertion fails successfully. No functional changes to actual Blender code. |
Revision 75a2db5 by Sergey Sharybin November 10, 2020, 14:32 (GMT) |
Multires: Cleanup, clarify comment |
Revision 11c19c2 by Bastien Montagne November 10, 2020, 14:30 (GMT) |
Cleanup/Update comments in liboverride code. |
Revision 01c7a94 by Bastien Montagne November 10, 2020, 13:11 (GMT) |
install_deps: fix a typo in argument handling of new nanovdb option. Spotted by Patrick Mours (@pmoursnv), thanks! |
Revision 2a2bc09 by Sybren A. Stüvel November 10, 2020, 13:02 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.91-release' |
Revision 4960780 by Sybren A. Stüvel November 10, 2020, 12:44 (GMT) |
Animation: More explicit boundary checks when setting active keyframe Fix unit test failing in debug mode by having more explicit boundary checks when setting an FCurve's active keyframe. No functional changes. |
Revision 23c71a5 by Campbell Barton November 10, 2020, 11:25 (GMT) |
ImBuf: support detecting the file format from in-memory images Add `IMB_ispic_type_from_memory` so we can detect the file format of in-memory images. This removes `is_a_filepath` callback and uses a magic check for photo-shop files that's compatible with OIIO. Even though OIIO doesn't support packed images, we can still use the file magic for detecting the format. This change allows D9500 (a fix for unpacking images), to be implemented without a significant performance penalty, although the actual performance cost would depend heavily on the blend file. Reviewed By: dfelinto, sergey Ref D9517 |
Revision d2ab9b5 by Campbell Barton November 10, 2020, 08:09 (GMT) |
Merge branch 'blender-v2.91-release' |
Revision 05a2382 by Campbell Barton November 10, 2020, 08:05 (GMT) |
Fix T82540: Smart UV project ignores seams Functionality was lost in the Python to C conversion from 850234c1b10a828678f1b91001f2731db807f7e2 |
Revision 291473b by Campbell Barton November 10, 2020, 06:50 (GMT) |
Merge branch 'blender-v2.91-release' |
Revision 476a0d2 by Campbell Barton November 10, 2020, 06:44 (GMT) |
Fix T82555: Crash using copied object from Python Also clear `gpd_eval` as this wasn't being copied either. |
Revision 3bb6902 by Campbell Barton November 10, 2020, 05:30 (GMT) |
Merge branch 'blender-v2.91-release' |
Revision b902eda by Campbell Barton November 10, 2020, 05:25 (GMT) |
Fix T65585: Knife fails when cursor away from the object Zeroed mouse coordinates were being used making projection fail. |
Revision bff1707 by Campbell Barton November 10, 2020, 00:58 (GMT) |
Cleanup: remove hard coded file format check in IMB_ispic_type This is already being checked in the 'is_a' callback. |
Revision b5d310b by Campbell Barton November 9, 2020, 22:42 (GMT) |
Cleanup: clang-format |
Revision efd71aa by Campbell Barton November 9, 2020, 22:40 (GMT) |
Cleanup: clang-tidy suppress warnings for PyTypeObject.tp_print Clang-tidy behavior changes from Python 3.7 to 3.8+ so it's simplest to suppress the warning in this instance. |
Revision 3a764c3 by Campbell Barton November 9, 2020, 22:40 (GMT) |
Cleanup: suppress clang-tidy warnings without FFMPEG/AVI/AUDASPACE |
Revision 6faba2d by Pablo Dobarro November 9, 2020, 20:18 (GMT) |
Merge branch 'blender-v2.91-release' |
|
|
|


Master Commits
MiikaHweb | 2003-2021