MarkHedleyJones / blender-pcd-io

Import and Export Point Cloud Data files from Blender 2.8+
48 stars 4 forks source link

Add support for binary compressed point-clouds #2

Closed ratman closed 3 years ago

ratman commented 3 years ago

Like for example:

.PCD v0.7 - Point Cloud Data file format

VERSION 0.7 FIELDS x y z intensity normal_x normal_y normal_z curvature SIZE 4 4 4 4 4 4 4 4 TYPE F F F F F F F F COUNT 1 1 1 1 1 1 1 1 WIDTH 127982 HEIGHT 1 VIEWPOINT 0 0 0 1 0 0 0 POINTS 127982 DATA binary_compressed

MarkHedleyJones commented 3 years ago

Hi @ratman thanks for creating an issue. I've just released version 1.2.0 of the addon which should support opening binary_compressed point-clouds. You can download if from here. Please let me know if you have any trouble - hope this helps you.

ratman commented 2 years ago

Thanks a lot, I and my colleges are using it already! Just not GitHub ;)