+ fixes #0001592: Import colored PCL point clouds

This commit is contained in:
wmayer
2016-02-14 22:46:27 +01:00
parent 371034608b
commit 1bb662346f
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")