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 e2c9b32ebe
commit c3fc619b99
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")