Files
test2/source/blender
Janne Karhu e32bbef017 Fix for [#25544] Blender crashes when changing the particles emission amount
* I've getting bad feelings about the point cache index_array for a while (cause for this bug too), so from now on memory cache uses a simple binary search directly on the index data to handle queries to specific data points.
* This is a bit slower than just checking from a dedicated array, but it's much less error prone, uses less memory and makes the code more readable too, so it's not a tough choice.
2011-01-09 07:41:51 +00:00
..
2010-12-22 23:09:30 +00:00
2011-01-08 12:43:44 +00:00
2011-01-08 12:43:44 +00:00
2011-01-09 07:07:15 +00:00
2011-01-08 12:43:44 +00:00
2010-08-10 21:22:26 +00:00