Files
test/source/blender
Bastien Montagne 61b49de449 Fix once more time particle distribution.
rB046adde64f16 was actually pretty useless (and broken), since issue ends up not being
in binary search code, but in generation of the 'summed weights' array used to distribute
particles over mesh items - looks like very small weights could lead to null accumulated
weights, wich was breaking binary search.

Fixed simply by adding a minimal, non-zero weight for mesh items to be allowed to emit particles.

Hopefully we are done with this distribution mess!
2016-06-20 11:12:33 +02:00
..
2016-01-04 14:20:48 +05:00
2016-06-17 21:45:56 +10:00
2016-01-04 14:20:48 +05:00
2016-06-13 14:46:04 +02:00
2016-01-04 14:20:48 +05:00
2016-06-07 10:42:29 +03:00