Blender Git Loki
Git Commits -> Revision 9796cb1
Revision 9796cb1 by Sergey Sharybin (master) 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. |
Commit Details:
Full Hash: 9796cb166162b69170e1b842834d020e154ec8d9
Parent Commit: f3edff2
Lines Changed: +0, -31
1 Modified Path:
/source/blender/blenkernel/intern/scene.c (+0, -31) (Diff)