From df93c25ee325e416e7076109e34e99acf7d071c8 Mon Sep 17 00:00:00 2001 From: dbv Date: Thu, 26 May 2016 16:52:26 +0300 Subject: [PATCH] clear_in_neutral_point set to false for Sketch/Fillet feature. --- src/SketchPlugin/plugin-Sketch.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SketchPlugin/plugin-Sketch.xml b/src/SketchPlugin/plugin-Sketch.xml index 7c4a4877b..6e9a26dd0 100644 --- a/src/SketchPlugin/plugin-Sketch.xml +++ b/src/SketchPlugin/plugin-Sketch.xml @@ -98,7 +98,8 @@ label="Points:" tooltip="Select points for fillets" type_choice="Vertices" - greed ="true"> + greed = "true" + clear_in_neutral_point="false"> -- 2.39.2