Files
test/source/blender
Bastien Montagne 2b5e301ea4 Fix T75574: Instant crash: averaging custom normals on model.
Fairly critical code mistake actually, since it uses malloca,
BLI_smallstack should *never* be declared inside a loop...

Also optimized handling of the `loop_weight` heapsimple, we can also
only create and use a single one for all edited objects...

Found two other operators potentially affected by same issue (split
normals, and weld edges into faces).
2020-05-13 18:47:44 +02:00
..
2020-04-05 22:22:21 +10:00
2020-03-19 21:55:17 +01:00
2020-05-13 23:14:01 +10:00
2020-03-19 21:55:17 +01:00
2020-05-13 16:01:26 +10:00