Import: support to export to glTF file in headless mode

This commit is contained in:
wmayer
2023-02-25 14:34:43 +01:00
committed by wwmayer
parent 910f1e2481
commit 2d629d7e1e
3 changed files with 24 additions and 1 deletions

View File

@@ -33,3 +33,4 @@
FreeCAD.addImportType("PLMXML files (*.plmxml)","PlmXmlParser")
FreeCAD.addImportType("STEPZ Zip File Type (*.stpZ *.stpz)","stepZ")
FreeCAD.addExportType("STEPZ zip File Type (*.stpZ *.stpz)","stepZ")
FreeCAD.addExportType("glTF (*.gltf *.glb)","ImportGui")