Skip to content

Lagrange Release v6.33.0

Choose a tag to compare

@qnzhou qnzhou released this 12 May 15:21
· 25 commits to main since this release
8dde25b

Infrastructure

  • πŸ“Œ Updated pyproject.toml and script dependencies
  • πŸ“Œ Updated vcpkg baseline to point to 3di registry
  • πŸ— Fix compatibility with CMake 4
  • πŸ— Fix MKL setup for open-source Python wheels
  • πŸ— Compilation fixes for wasm support

Core module

  • 🎨 compute_tangent_bitangent: option to keep existing tangent attribute
  • πŸ› Respect triangulate option in all lagrange::io function
  • πŸ› Recreate output attribute when search yields a mismatch (e.g. wrong type or num channels)
  • πŸ› Robustness improvement in unflip_uv_triangle
  • πŸ› Bug fix in compute_uv_distortion

Filtering module

  • 🎨 Add option to smooth vertex positions directly
    • Previously smoothing was done on normals, followed by a vertex fitting step
  • ✨ Scalar attribute smoothing
  • 🎨 Use non-MKL solver for open source python wheel