0000643: Mesh doesn't register off file import properly

This commit is contained in:
wmayer
2012-03-17 12:25:52 +01:00
parent 00c2a6ea16
commit 7796af8ede

View File

@@ -31,7 +31,7 @@
ParGrp = FreeCAD.ParamGet("System parameter:Modules").GetGroup("Mesh")
# Append the open handler
FreeCAD.addImportType("Mesh formats (*.stl *.ast *.bms *.obj *.ply)","Mesh")
FreeCAD.addImportType("Mesh formats (*.stl *.ast *.bms *.obj *.off *.ply)","Mesh")
FreeCAD.addExportType("Mesh formats (*.stl *.ast *.bms *.obj *.off *.ply)","Mesh")