BIM: Fixed project creation and refactored status bar toggle system

This commit is contained in:
Yorik van Havre
2024-05-14 09:30:49 +02:00
committed by Yorik van Havre
parent b4bddb5b80
commit ffe71d2221
7 changed files with 140 additions and 157 deletions

View File

@@ -22,8 +22,8 @@
# add import/export types
FreeCAD.addImportType("Industry Foundation Classes (*.ifc)","importers.exportIFC")
# FreeCAD.addExportType("Industry Foundation Classes (*.ifc)","importIFC")
FreeCAD.addExportType("Industry Foundation Classes (*.ifc)","importers.exportIFC")
# FreeCAD.addImportType("Industry Foundation Classes (*.ifc)","importIFC")
FreeCAD.addImportType("Industry Foundation Classes (*.ifc)", "nativeifc.ifc_import")
FreeCAD.addExportType("Industry Foundation Classes - IFCJSON (*.ifcJSON)","importers.exportIFC")
FreeCAD.addImportType("Wavefront OBJ - Arch module (*.obj *.OBJ)","importers.importOBJ")