From b633d760a20044faba430afe4dd094ad013fcb13 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 27 Jun 2018 22:32:52 +0200 Subject: Cleanup: style --- source/blender/editors/mesh/editmesh_bisect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/mesh/editmesh_bisect.c') diff --git a/source/blender/editors/mesh/editmesh_bisect.c b/source/blender/editors/mesh/editmesh_bisect.c index d1531972eb2..783fe931670 100644 --- a/source/blender/editors/mesh/editmesh_bisect.c +++ b/source/blender/editors/mesh/editmesh_bisect.c @@ -348,7 +348,7 @@ void MESH_OT_bisect(struct wmOperatorType *ot) RNA_def_boolean(ot->srna, "clear_outer", false, "Clear Outer", "Remove geometry in front of the plane"); RNA_def_float(ot->srna, "threshold", 0.0001, 0.0, 10.0, "Axis Threshold", - "Preserves the existing geometry along the cut plane", 0.00001, 0.1); + "Preserves the existing geometry along the cut plane", 0.00001, 0.1); WM_operator_properties_gesture_straightline(ot, CURSOR_EDIT); } -- cgit v1.2.3