MarkHedleyJones / blender-pcd-io

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

Support binary compressed #4

Closed MarkHedleyJones closed 3 years ago

MarkHedleyJones commented 3 years ago

This pull request addresses #2

Decompression of binary_compressed pcd files is handled by the python-lzf library. Currently this is a dependency that needs to be installed on the users system, but there is a pip based dependency management system build into blender that can be used instead.

This pull-request also adds some basic loading tests (with test pointclouds). These can be executed by running pytest from within the test directory.

Still to do: