Blender Git Loki
Git Commits -> Revision d358458
Revision d358458 by Campbell Barton (master) March 27, 2013, 07:54 (GMT) |
fix for mesh face filling when a valid edge-loop was selected but unselected connecting geometry existed inside the loop. In this case edgenet_fill operator failed and it would fallback to filling as unordered vertices which was mostly fine but failed on some concave loops. Add a new bmesh operator 'edgeloop_fill' fills in closed loops even if they don't make a valid edge-net. |
Commit Details:
Full Hash: d358458a8d3bc37c4ea5418fa6e6c9c259704f51
SVN Revision: 55619
Parent Commit: 31eee77
Lines Changed: +222, -6
1 Added Path:
/source/blender/bmesh/operators/bmo_edgeloop_fill.c (+157, -0) (View)