From 13741792abdaa2ea4f65d26988d40cb9483f0450 Mon Sep 17 00:00:00 2001 From: Rohan Rathi Date: Mon, 9 Jul 2018 21:55:08 +0530 Subject: Fixed artifacts in bevel with high profile and segments --- source/blender/bmesh/tools/bmesh_bevel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/bmesh') diff --git a/source/blender/bmesh/tools/bmesh_bevel.c b/source/blender/bmesh/tools/bmesh_bevel.c index 0a8ff3546be..694581bfab2 100644 --- a/source/blender/bmesh/tools/bmesh_bevel.c +++ b/source/blender/bmesh/tools/bmesh_bevel.c @@ -5619,7 +5619,7 @@ void BM_mesh_bevel( bp.hnmode = hnmode; bp.faceHash = NULL; - if (profile >= 0.999f) { /* r ~ 692, so PRO_SQUARE_R is 1e4 */ + if (profile >= 0.950f) { /* r ~ 692, so PRO_SQUARE_R is 1e4 */ bp.pro_super_r = PRO_SQUARE_R; } -- cgit v1.2.3