Hi alll,
you are right when you say that importing a point cloud would be a good feature.
When looking at the python api docu for ps it becomes clear that withtin ps the point cloud is NOT just a simple collection of 3D points with RGB colors and point normals. The point cloud class is a bit more because additionally it holds the projection information for the points, or in other words. where the 3D points can be found in the 2dimensional image space of the corrosponding camera.
So when you simply export the point cloud points as x,y,z,nx,ny,nz,r,g,b you will loose this connection. Therefore reimporting a pointcloud that was exported without storing the "connection-information" is not a trivial task.
Alexey, please can you give a comment regarding my interpretatiion, may be I am wrong with this.
Chreers