Blender Git Commit Log
Git Commits -> Revision 10c93a5
Revision 10c93a5 by Howard Trickey (master) September 3, 2015, 14:42 (GMT) |
Check for no-op edge separates to quiet asserts when inset individual. This causes no change in behavior, since code was alreadying doing a no-op in bmesh_edge_separate if the edge is a boundary. But it tripped an assert, annoying in debug builds. We want to leave assert in bmesh_edge_separate in case callers expect there to be separate loops after this always. So putting test in caller. (Same worry about bmesh_urmv_loop? I checked callers and they appear OK to me - they deal with the no-op return.) |
Commit Details:
Full Hash: 10c93a582b7330bff8a6a6caafe57acfd3a4a015
Parent Commit: b899114
Lines Changed: +6, -2
1 Modified Path:
/source/blender/bmesh/intern/bmesh_core.c (+6, -2) (Diff)