+ fixes #0001592: Import colored PCL point clouds

This commit is contained in:
wmayer
2016-02-14 22:46:27 +01:00
parent 237c74c212
commit 1a64c3f2dc
4 changed files with 311 additions and 148 deletions

View File

@@ -30,3 +30,4 @@
# Append the open handler
FreeCAD.addImportType("Point formats (*.asc)","Points")
FreeCAD.addImportType("PLY points (*.ply)","Points")
FreeCAD.addImportType("PCD points (*.pcd)","Points")