updated Init.py with import type

This commit is contained in:
easyw
2018-01-28 21:21:56 +01:00
committed by wmayer
parent 2a9ac632cb
commit fde84938d5

View File

@@ -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