Files
test2/source/blender/makesdna
Lukas Tönne 5febb09639 Fix T39180: Particle with fluid physics unstable.
Fluid sims have a very nasty feature for interaction, in which a psys
can directly update the bvhtree for //another object's psys//. This
breaks with threaded depsgraph evaluation and is generally a no-go.

To avoid crashes for now, use a global mutex to avoid concurrent writes
to an object psys' bvhtree.
2014-03-18 13:39:13 +01:00
..
2013-11-20 19:13:41 +01:00
2012-10-28 15:23:16 +00:00
2012-12-26 13:05:39 +00:00