Blender Git Loki
Git Commits -> Revision f5cee25
Revision f5cee25 by Bastien Montagne (master) July 24, 2014, 07:18 (GMT) |
Fix T41149: Dissolve Crash Due to AutoSmooth. bmesh's 'Join Edge Kill Vert' was using own code to delete loops, instead of using `bm_kill_only_loop()`, which did not tag loop indices as dirty (causing the crash), but also did not free loop's CDData... |
Commit Details:
Full Hash: f5cee25a1229420c6e5df4aee63a191f8268f6a0
Parent Commit: 1cbe85b
Lines Changed: +1, -2
1 Modified Path:
/source/blender/bmesh/intern/bmesh_core.c (+1, -2) (Diff)