Releases
v6.20.0
jdumas
released this
08 Mar 16:58
Infrastructure & Bugfixes
π§ Fix nightly wheel version to include date
π§ Fix timeout in GitHub actions CI
π Add related files in SurfaceMesh header
π Fix Doxygen grouping for core utilities functions
π Fixed bug in chain_edges
for complex edge networks
Python Bindings
π Add missing binding for compute_uv_distortion
π Add missing binding for AttributeShrinkPolicy
π Add pythonic API for functions that take an option struct
β¨ Relax Attribute.data assignment
to also take python list
β¨ Relax Attribute.insert_elements
argument to allow python list
π Add missing docstrings for various types
π Add docstring for all utility and clean up functions docstrings
Core Module
New filter_attributes()
function and AttributeFilter
object
Possible filters:
included_attributes
(name or id)
excluded_attributes
(name or id)
included_usages
(bitfield)
included_element_types
(bitfield)
lagrange::cast()
now supports a AttributeFilter
input filter
New lagrange::scene::cast()
helper function
Scene and IO
Added support for glTF-style scene extensions
By default, extensions use a Json-like representation
Optionally, use converters to load user types
You canβt perform that action at this time.