Add e57 extension support

This commit is contained in:
Benjamin Alterauge
2021-12-02 21:54:37 +01:00
committed by wmayer
parent 4d5ac148e5
commit c9ca2b7709
2 changed files with 7 additions and 1 deletions

View File

@@ -28,5 +28,5 @@
# Append the open handler
FreeCAD.addImportType("Point formats (*.asc *.pcd *.ply)","Points")
FreeCAD.addImportType("Point formats (*.asc *.pcd *.ply *.e57)","Points")
FreeCAD.addExportType("Point formats (*.asc *.pcd *.ply)","Points")