Blender Git Commit Log
Git Commits -> Revision 5e1d450
Revision 5e1d450 by Sergey Sharybin (master) July 10, 2013, 10:24 (GMT) |
Fix #36076: Metaballs as particles with particle texture (size influence) crashes Blender Issue was caused by size influence affecting on object's matrix, which is nice by it's own. But mball code was using ob->size to check whether it's zero-sized object or not, but then was using ob->obmat to scale the meta elements. This lead to situation when zero-sized elements were trying to tessellate, which is for sure a really bad idea. |
Commit Details:
Full Hash: 5e1d450b90c731444164c2754e7fdad86bd831ab
SVN Revision: 58147
Parent Commit: 3f9629a
Lines Changed: +10, -2
1 Modified Path:
/source/blender/blenkernel/intern/mball.c (+10, -2) (Diff)