0000643: Mesh doesn't register off file import properly
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user