Point Cloud Utils Versions Save

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

v0.30.4

5 months ago

Add pcu.adjacency_list

v0.30.3

5 months ago

Add function to delete vertices from a mesh and update faces accordingly

v0.30.2

5 months ago

Bump version in setup.py

v0.30.1

5 months ago

Fix ply export to work with meshlab. Update docs

v0.30.0

8 months ago

Remove all GPL dependencies and change to MIT license

v0.29.7

8 months ago

Update NumpyEigen to latest version. Functions for creating primitive meshes:

  • cube
  • sphere
  • cylinder

Change voxelize mesh to have the voxel center at the origin

Merge bugfix with downsampling with attributes. Thanks @davidcaron !

v0.29.6

10 months ago

Fix segfault in Manifold (thanks @AppledoreM) Update documentation

v0.29.5

1 year ago

Flood fill dense grids Voxelize triangle meshes Generate geometry for point clouds and voxel grids for plotting

v0.29.4

1 year ago

Geometry generation functions:

pointcloud_sphere_geometry pointcloud_surfel_geometry voxel_grid_geometry

v0.29.3

1 year ago

Function for generating spheres from points. Undocumented inclusion of loading arbitrary elements/properties from PLY files. This works but will be fully fleshed out next version