This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel
Alexander Gavrilov dca32f2b4f Fluid Particles: fix threading crash with viscoelastic springs.
As correctly pointed out by a comment in the code, adding
new springs wasn't thread safe, and caused crashes.

Fix by buffering new springs in intermediate thread-local
arrays, which are flushed on the main thread. This is valid
because the new springs are not used until the next sim step.

Differential Revision: https://developer.blender.org/D6133
2019-11-09 13:44:43 +03:00
..
2019-10-17 11:51:02 +02:00
2019-10-04 16:23:39 +02:00
2019-10-07 15:22:22 +11:00
2019-09-07 23:17:40 +10:00
2019-09-27 23:23:25 +02:00
2019-09-26 16:43:35 +02:00
2019-06-11 15:11:07 +02:00
2019-06-14 10:12:10 +10:00
2019-09-07 23:17:40 +10:00
2019-09-30 17:07:05 +10:00
2019-10-04 06:00:08 +10:00