Revision 9796cb1 by Sergey Sharybin May 18, 2020, 09:48 (GMT) |
Fix T76721: ASAN crash on animation rendering Simple solution: remove the code which was causing bad threading conflicts. This code was a part of workaround for a specific state of linked scene. It seems to be not needed anymore, since the pose is ensured to be up to date by the following call stack: - Dependency graph update, - Copy-=on-write operation called on object. - object_copy_data(). - BKE_pose_rebuild(). The workaround was a no-functional change for the dependency graph anyway, because it was modifying original objects, not the ones which are evaluated. |
Revision f3edff2 by Sergey Sharybin May 18, 2020, 09:05 (GMT) |
AVI: Fix read past array bounds It is not enough to copy max of destination buffer size bytes, the source might be smaller than the destination size. |
Revision 005d04e by Sergey Sharybin May 18, 2020, 09:05 (GMT) |
Manta: Cleanup, strict compiler flag For some reason was only visible with gcc-10 in release builds. Kind of makes sense since there is no CMake code which removes strict compiler flag, so deal with strict flags in the code itself. |
Revision a432cb2 by Campbell Barton May 18, 2020, 08:58 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 008e964 by Campbell Barton May 18, 2020, 08:49 (GMT) |
Fix T76852: Breakdowner remembers limits last used |
Revision 470ed9f by Sergey Sharybin May 18, 2020, 08:49 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 04d15f1 by Sergey Sharybin May 18, 2020, 08:48 (GMT) |
Fix T76573: Make links with Multires leading to crash |
Revision 52d8b3a by Campbell Barton May 18, 2020, 07:59 (GMT) |
Fix T76849: Duplicate templates show in the New menu |
Revision a4b2734 by Julian Eisel May 18, 2020, 07:51 (GMT) |
Fix T76801: Renaming bone in pose mode doesn't redraw the viewport names The RNA name property of pose bones did not have any update logic defined. Same issue also applied to the channel name in animation editors. Duplicated the update logic from (edit-)bones now, other pose bone functions do this too... |
Revision 68ba154 by Campbell Barton May 18, 2020, 07:14 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision fd8d2ce by Campbell Barton May 18, 2020, 07:14 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 815ffaa by Campbell Barton May 18, 2020, 07:14 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 98e18c4 by Campbell Barton May 18, 2020, 07:11 (GMT) |
Cleanup: unused warning in last commit |
Revision 2a3797b by Campbell Barton May 18, 2020, 07:07 (GMT) |
Cleanup: remove NULL checks from object mode switching take #2 Re-apply changes from 54ea3562406c633dc69f59697cca3cd1cded3bcd, with a poll function that uses the same active object as the operator, matching other mode switching functions. |
Revision ff144ed by Jeroen Bakker May 18, 2020, 06:32 (GMT) |
Revert "Cleanup: remove redundant active object NULL check & poll" This reverts commit 54ea3562406c633dc69f59697cca3cd1cded3bcd it introduced crashes when trying to go to edit mode when the active object was hidden. Fix T76837 |
Revision 218579f by Campbell Barton May 18, 2020, 06:30 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision cfea716 by Campbell Barton May 18, 2020, 06:12 (GMT) |
Fix error mixing incompatible enums when generating the proxy name |
Revision 41825c7 by Campbell Barton May 18, 2020, 04:37 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 9af7279 by Campbell Barton May 18, 2020, 04:36 (GMT) |
Cleanup: quiet enum conversion warning |
Revision 5c5a638 by Ray molenkamp May 17, 2020, 18:22 (GMT) |
Fix: Build error with MSVC A parenthesized type followed by an initializer list is a non-standard explicit type conversion syntax. Removing the cast seems fine for both MSVC and GCC |
|
|
|


Master Commits
MiikaHweb | 2003-2021