[Bf-blender-cvs] [85f3b21] master: error in last commit

Campbell Barton noreply at git.blender.org
Fri Oct 16 13:04:10 CEST 2015


Commit: 85f3b21cc8c03c1fa21f85b98cd73b7a4cab1434
Author: Campbell Barton
Date:   Fri Oct 16 21:57:59 2015 +1100
Branches: master
https://developer.blender.org/rB85f3b21cc8c03c1fa21f85b98cd73b7a4cab1434

error in last commit

===================================================================

M	source/blender/editors/mesh/editmesh_knife.c

===================================================================

diff --git a/source/blender/editors/mesh/editmesh_knife.c b/source/blender/editors/mesh/editmesh_knife.c
index 2639d32..cdbb62e 100644
--- a/source/blender/editors/mesh/editmesh_knife.c
+++ b/source/blender/editors/mesh/editmesh_knife.c
@@ -2128,7 +2128,7 @@ static bool knife_snap_angle(KnifeTool_OpData *kcd)
 {
 	const float dvec_ref[2] = {0.0f, 1.0f};
 	float dvec[2], dvec_snap[2];
-	float snap_step = DEG2RADF(5);
+	float snap_step = DEG2RADF(45);
 
 	sub_v2_v2v2(dvec, kcd->curr.mval, kcd->prev.mval);
 	if (is_zero_v2(dvec)) {




More information about the Bf-blender-cvs mailing list