Blender Git Loki
Git Commits -> Revision 54ed22c
Revision 54ed22c by Bastien Montagne (master) September 27, 2016, 11:58 (GMT) |
Fix T49461: Dynamic paint wetmap flickers. Regression from rBa4a968f, we would adjust current point's wetness without actually protecting it in new multi-threaded context, leading to concurrent access mess. Now delay applying wetness reduction to current point to end of function, allows us to avoid having to lock current point twice together with neighbor one (and reducing spinlock awainting too). To be backported to 2.78a. |
Commit Details:
Full Hash: 54ed22c8433eaff4278ec9f1deb33976168cd265
Parent Commit: e6dda51
Lines Changed: +31, -9
1 Modified Path:
/source/blender/blenkernel/intern/dynamicpaint.c (+31, -9) (Diff)