BIM: Fixed project creation and refactored status bar toggle system
This commit is contained in:
committed by
Yorik van Havre
parent
b4bddb5b80
commit
ffe71d2221
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user