Releases
v6.42.0
Compare
Sorry, something went wrong.
No results found
jdumas
released this
09 Mar 18:55
Immutable
release. Only release title and notes can be modified.
Dependencies
π Update spdlog to 1.17.0
π Update gl3w to fix link issues on Linux
π Add support for Embree 4, now the default
Python
π¨ Rename Lagrange Python package to adobe-lagrange to improve compatibility with internal releases while avoiding PyPI collision
Before: uv pip install lagrange-open
After: uv pip install adobe-lagrange
Import name unchanged (import lagrange)
Redirection packages ensure transitions to the latest versions
π Fix hierarchical logging in Python
Core Module
π¨ Broadcast constant value attributes in map_attribute
π Fix issues with weld_indexed_attributes
π Fix double-flip bug in facet reorientation for orient_outward
Scene and IO Modules
β¨ Add Scene to SimpleScene conversion functions
π Fix node indexing bug in save_gltf when using explicit root nodes
π Skip non-triangle primitives in load_scene_gltf, load empty placeholder mesh
π Fix FBX load issue with duplicate attribute names
π Account for geometry transforms and scale inherit mode in load_fbx
π Fix image size assert in load_gltf
Remeshing Module
β¨ New remeshing_im module wrapping Instant Meshes
Polyddg Module
β¨ Shape operator for discrete curvature computation
BVH Module
β¨ Add mesh-to-mesh distance evaluation
New bvh::compute_mesh_distances for per-vertex distance
Add bvh::compute_hausdorff and bvh::compute_chamfer metrics
Python bindings available
Raycasting Module
β¨ New RayCaster class for SurfaceMesh
Construction: add_mesh(), add_instance(), add_scene()
Modification: update_mesh(), update_vertices(), update_transform()
Support visibility, intersection and occlusion filters
Distance queries: closest_pointN(), closest_vertexN()
Ray queries: castN(), occludedN()
Refactored projection functions to support SurfaceMesh:
Can project either vertex positions or attributes such as colors
project_closest_point(), project_closest_vertex(), project_directional()
Python bindings available
TexProc Module
β¨ Mesh with alpha mask to SDF conversion
π Apply regularization consistently to LHS and RHS (filtering + stitching)
Miscellaneous
ποΈ Chainload WindowsToolchain for vcpkg on Windows
π Support empty inputs in mesh subdivision
π¨ Unify index buffer in polyscope mesh viewer example
π¨ Expose grid background value in Python bindings
π¨ Update default rendering setting for large point clouds
You canβt perform that action at this time.