improve point import and export

This commit is contained in:
wmayer
2018-02-13 00:27:18 +01:00
parent 88e8c98d34
commit 880a200c70
4 changed files with 15 additions and 23 deletions

View File

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