Skip to content

abspy v0.2.5

Latest
Compare
Choose a tag to compare
@chenzhaiyu chenzhaiyu released this 01 Dec 10:33
02ce4ba

This release comes with changes as follows:

Added

  • VertexGroupReference.bottom_indices.
  • VertexGroupReference.wall_indices.
  • VertexGroupReference.perturb to perturb plane normals.
  • VertexGroupReference.inject_points to inject and overwrite points.
  • VertexGroup.save_cloud and VertexGroupReference.save_cloud to save point cloud and optionally normals.
  • Copyright notice.

Changed

  • VertexGroupReference.boundsVertexGroupReference.aabbs.
  • VertexGroup.save_bounds_npyVertexGroup.save_aabbs_npy.
  • Correct SDF file test_sdf.npy for improved complex with OBB.
  • Update Sphinx requirements.
  • Fix writing (.vg/.bvg) by removing a place (previously KSR would crash).
  • Fix reading multi-line points from VG.

Full Changelog