Arch: Added materials support to Arch OBJ import/exporter - fixes #2139

This commit is contained in:
Yorik van Havre
2017-02-25 01:07:48 -03:00
parent 10191e9086
commit aab99ad968
3 changed files with 173 additions and 26 deletions

View File

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