Draft/Arch: cleanup of startup scripts

This commit is contained in:
Yorik van Havre
2016-05-18 16:01:38 -03:00
parent 6d74c0edb6
commit 1321b205ff
4 changed files with 29 additions and 27 deletions

View File

@@ -20,3 +20,11 @@
#* USA *
#* *
#***************************************************************************
# add import/export types
FreeCAD.addImportType("Industry Foundation Classes (*.ifc)","importIFC")
FreeCAD.addExportType("Industry Foundation Classes (*.ifc)","importIFC")
FreeCAD.addExportType("Wavefront OBJ - Arch module (*.obj)","importOBJ")
FreeCAD.addExportType("WebGL file (*.html)","importWebGL")
FreeCAD.addImportType("Collada (*.dae)","importDAE")
FreeCAD.addExportType("Collada (*.dae)","importDAE")