From b6d94b974d91c9bd139c2aa62b211434a50c870b Mon Sep 17 00:00:00 2001 From: nds Date: Fri, 11 Mar 2016 11:48:47 +0300 Subject: [PATCH] Issue 1302 Restricting preselection to the first argument only. It is provided for Fillet/Mirror/Multi-Rotation/Multi-Translation. --- src/SketchPlugin/plugin-Sketch.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/SketchPlugin/plugin-Sketch.xml b/src/SketchPlugin/plugin-Sketch.xml index 2eb9cffe1..5f55de2c6 100644 --- a/src/SketchPlugin/plugin-Sketch.xml +++ b/src/SketchPlugin/plugin-Sketch.xml @@ -117,7 +117,8 @@ + type_choice="Vertices" + greed ="true"> @@ -389,7 +390,8 @@ label="Segments:" tooltip="Select list of translating objects" type_choice="Edges" - use_external="true"> + use_external="true" + greed ="true"> @@ -451,7 +453,8 @@ label="Segments:" tooltip="Select list of rotating objects" type_choice="Edges" - use_external="true"> + use_external="true" + greed ="true">