Blender Git Commit Log
Git Commits -> Revision d3f1222
Revision d3f1222 by Brecht Van Lommel (master) August 22, 2012, 14:27 (GMT) |
Fix #32262: mesh bridge between edge loops failed to find a good edge matching in some cases, in particular when the the edge loops were not planar. Now rather than finding the shortest distance between two vertices, one from each edge loop and using that as a starting point, it now finds the smallest sum of distances between all vertex pairs that would be connected. |
Commit Details:
Full Hash: d3f1222d3809d7a893de4cee541e24b3636563c5
SVN Revision: 50121
Parent Commit: 0fbd15d
Lines Changed: +24, -27
1 Modified Path:
/source/blender/bmesh/operators/bmo_connect.c (+24, -27) (Diff)