Blender Git Loki
Git Commits -> Revision 561d738
Revision 561d738 by Howard Trickey (master) January 29, 2018, 00:19 (GMT) |
Fix T53459, inconsistent bevel on identical edges. The old algorithm depended on vertex order. The new one uses a global least squares solution on chains and cycles of edges where loop slide induces a dependency. See https://wiki.blender.org/index.php/Dev:Source/Modeling/Bevel in the "Consistent Widths for Even Bevels" for derivation of the new algorithm. |
Commit Details:
Full Hash: 561d738eaa2f64044f5266a480d9bc822bd0296e
Parent Commit: d099b10
Lines Changed: +351, -203
1 Modified Path:
/source/blender/bmesh/tools/bmesh_bevel.c (+351, -203) (Diff)