Blender Git Loki
Git Commits -> Revision 8d3e79d
Revision 8d3e79d by Howard Trickey (master) March 17, 2012, 15:47 (GMT) |
Fix 30562: bevel was infinite looping when adjacent faces had incompatible normals The fix is to check for cases where BME_Bevel_Dissolve_Disk was trying to join faces with opposite normals and reverse one. This isn't a great fix, and the example blend has strange corners at the top after beveling, but at least it stops the infinite loops. |
Commit Details:
Full Hash: 8d3e79ddc96a45ee6741de488a8d643e016948e9
SVN Revision: 44943
Parent Commit: 7bc693d
Lines Changed: +20, -1
1 Modified Path:
/source/blender/bmesh/tools/BME_bevel.c (+20, -1) (Diff)