Blender Git Commit Log
Git Commits -> Revision 9b43fce
Revision 9b43fce by Howard Trickey (master) August 16, 2015, 15:13 (GMT) |
Fix T45795, bevel treated one-edge-beveled case inconsistently. When one edge is beveled at a vertex among more than 1 other unbeveled edges, the code makes a polygon around the vertex. The position of the vertices on the non-adjacent-to-beveled-edge edges depended on the ordering of edges, which leads to inconsistent-looking results in seeming symmetrical situations. Changed to use the bevel amount as slide distance, which fixes this. |
Commit Details:
Full Hash: 9b43fce3c192be3172eb883af50445008daf5f53
Parent Commit: 493f9b9
Lines Changed: +4, -3
1 Modified Path:
/source/blender/bmesh/tools/bmesh_bevel.c (+4, -3) (Diff)