Add support for exporting part mesh to JSON

This commit is contained in:
Joseph Coffland
2017-08-07 17:47:14 -07:00
committed by Yorik van Havre
parent abe2a15a37
commit 5ae153bdcb
3 changed files with 106 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ 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.addExportType("JavaScript Object Notation (*.json)","importJSON")
FreeCAD.addImportType("Collada (*.dae)","importDAE")
FreeCAD.addExportType("Collada (*.dae)","importDAE")
FreeCAD.addImportType("3D Studio mesh (*.3ds)","import3DS")