From fde84938d50fcafe353d57d3ed1922286b5c77c5 Mon Sep 17 00:00:00 2001 From: easyw Date: Sun, 28 Jan 2018 21:21:56 +0100 Subject: [PATCH] updated Init.py with import type --- src/Mod/Import/Init.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Mod/Import/Init.py b/src/Mod/Import/Init.py index 0cfc05cf35..7f7ea3a4db 100644 --- a/src/Mod/Import/Init.py +++ b/src/Mod/Import/Init.py @@ -32,6 +32,8 @@ #FreeCAD.addExportType("STEP 214 (*.step *.stp)","ImportGui") #FreeCAD.addExportType("IGES files (*.iges *.igs)","ImportGui") FreeCAD.addImportType("PLMXML files (*.plmxml)","PlmXmlParser") +FreeCAD.addImportType("STEPZ Zip File Type (*.stpZ *.stpz)","stepZ") +FreeCAD.addExportType("STEPZ zip File Type (*.stpZ *.stpz)","stepZ") # Add initial parameters value if they are not set