Skip to content

Lagrange Release v6.28.0

Compare
Choose a tag to compare
@jdumas jdumas released this 15 Nov 06:49
· 1 commit to main since this release
1ad95ef

Miscellaneous

  • πŸ“Œ Updated nanobind to 2.2.0
  • πŸ› [IO] Fix indexing issue in FBX attribute loading

Python Bindings

  • 🐍 Python nightly debug wheels (pip install lagrange-nightly-debug -i <index>)
  • πŸ—οΈ Python 3.13 support
  • πŸ—οΈ Fix Assimp symbol issue with debug wheels
  • πŸ—οΈ Updated cibuildwheel in GitHub Actions
  • 🎨 Bindings for SurfaceMesh::stripped_copy() as mesh.clone(strip=True)
  • 🎨 Added missing binding for select_facets_in_frustum.

Core Module

  • 🎨 Add option to reorient facets when applying negative transforms in transform_mesh()
  • 🎨 Added SurfaceMesh support and Python bindings to the following functions:
    • select_facets_by_normal_similarity
    • split_long_edges
    • compute_pointcloud_pca
    • orient_outward