Blender Git Loki
Git Commits -> Revision b2392af
Revision b2392af by Howard Trickey (master) August 11, 2017, 13:13 (GMT) |
Fix bevel clamping bugs T51247 and T50819. Old bevel 'Clamp overlap' code was very naive: just limit amount to half edge length. This uses more accurate (but not perfect) calculations for the max amount before (many) geometry collisions happen. This is not a backward compatible change - meshes that have modifiers with 'Clamp overlap' will likely have larger allowed bevel widths now. But that can be fixed by turning off clamp overlap and setting the amount to the desired value. |
Commit Details:
Full Hash: b2392afc5036047ccb4ade87c0d133568e9d4ff2
Parent Commit: 30e83d5
Lines Changed: +193, -38
1 Modified Path:
/source/blender/bmesh/tools/bmesh_bevel.c (+193, -38) (Diff)