Point Cloud Utils Versions Save

An easy-to-use Python library for processing and manipulating 3D point clouds and meshes.

v0.29.2

1 year ago

Fix mac issues that slipped through the CI Add docs for some functions

v0.29.0

1 year ago

Apple silicon wheels. Fix ARM compilation

v0.28.1

1 year ago

I forgot to bump the release number so doing that now. This is basically 0.28.0.

v0.28.0

1 year ago

Completely rewrite function docstrings. Add mkdocs documentation page. Small API tweaks and fixes.

v0.27.0

1 year ago

Fast winding numbers for triangle soups Mesh face normal estimation Mesh face consistent orientation Fix bug in connected components Add new docs and fix bugs in doc examples Add many new tests

v0.25.1

1 year ago

Fix setup.py

v0.25.0

1 year ago

Bugfixes, mesh decimation, curvature, more tests, updated README

v0.24.2

1 year ago
  • Function for decimating triangle meshes
  • Function for removing unreferenced vertices in a mesh
  • Update documentation and README

v0.24.1

1 year ago

Fix bug in new PLY saving. Add test for PLY loading/saving

v0.24.0

1 year ago

New PLY loader based on tinyply which can handle custom vertex and face attributes. A bunch of small mesh loading improvements (e.g. being able to use float32) Point splatting (surfel) ray tracer and geometry generator