Arch: added 3DS importer

This commit is contained in:
Yorik van Havre
2016-05-29 00:10:42 -03:00
parent 14d724d722
commit 62cb403125
6 changed files with 2303 additions and 0 deletions

View File

@@ -28,3 +28,4 @@ FreeCAD.addExportType("Wavefront OBJ - Arch module (*.obj)","importOBJ")
FreeCAD.addExportType("WebGL file (*.html)","importWebGL")
FreeCAD.addImportType("Collada (*.dae)","importDAE")
FreeCAD.addExportType("Collada (*.dae)","importDAE")
FreeCAD.addImportType("3D Studio mesh (*.3ds)","import3DS")