Blender Git Commit Log
Git Commits -> Revision 2e2b405
Revision 2e2b405 by Howard Trickey (master) February 14, 2012, 11:40 (GMT) |
Fix 30169: rotate edge needs more checking for bad cases If you tried to rotate an edge that was part of a chain between two faces, the join faces function would remove the whole chain (else it would leave a 'spur') and then rotate edge would crash looking for a vertex that is no longer there. Check for this case and disallow rotate if so. |
Commit Details:
Full Hash: 2e2b4059180c261f945924901f51b5fd69b92f64
SVN Revision: 44105
Parent Commit: beea6a4
Lines Changed: +5, -0
1 Modified Path:
/source/blender/bmesh/intern/bmesh_mods.c (+5, -0) (Diff)