Blender Git Loki
Git Commits -> Revision 4886ed2
Revision 4886ed2 by Howard Trickey (master) July 25, 2021, 19:14 (GMT) |
Fix T86768, bevel doesn't loop slide sometimes. Six years ago, Bug T44961 about unwanted spikes had me not do a loop slide if the angle was too extreme, to avoid unwanted spikes. The current bug showed that that angle was much too big, and limited desired behavior in many cases. Changing the angle from 0.25 radians to 0.0001 radians (about 0.006 degrees) still fixes the original bug and seems very unlikely to be limiting desired behavior now. |
Commit Details:
Full Hash: 4886ed28637cbda056980467934d9d7c4190b6e2
Parent Commit: 0aad810
Lines Changed: +3, -2
1 Modified Path:
/source/blender/bmesh/tools/bmesh_bevel.c (+3, -2) (Diff)