]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #817: Be able to export the whole part.
authornds <nds@opencascade.com>
Fri, 28 Aug 2015 15:02:36 +0000 (18:02 +0300)
committernds <nds@opencascade.com>
Fri, 28 Aug 2015 15:02:36 +0000 (18:02 +0300)
Do not use PartSet validator for Export feature. Local selection should be provided in the operation even when PartSet document is active.

src/ExchangePlugin/plugin-Exchange.xml

index 5a0d97d08123c8f773be9f331791c59df5493efc..d8bb8a0c7f8cb97e8af8a8f3dcde3ed6005436bf 100644 (file)
@@ -13,7 +13,6 @@
           <validator id="ExchangePlugin_ExportFormat" parameters="BREP|BRP:BREP,STEP|STP:STEP,IGES|IGS:IGES-5.1,IGES|IGS:IGES-5.3" />
         </export_file_selector>
         <multi_selector id="selection_list" tooltip="Select a set of objects" type_choice="Vertices Edges Faces Solids Objects">
-          <validator id="GeomValidators_PartSet"/>
           <validator id="GeomValidators_Finite"/>
         </multi_selector>
       </feature>