·
2 commits
to next_release
since this release
Changes since last release
- New support for
GeomSubset
in OpenUSD Hydra plugin - Refactoring to how
libhelium
handles object updates by splitting internalcommit()
method calls intocommitParameters()
andfinalize()
methods- See libhelium documentation and helide for more details
- Updates to
helide
to bring its implementation ofANARI_VOLUME_TRANSFER_FUNCTION_1D
up to date with the specification - Fixes to the Blender add-on to work with the latest v4.3.x version of Blender
- Various bug fixes
What's Changed
- Set texture wrapping to clamp_to_edge in anari_viewer's viewport. by @HellmannM in #277
- use header file rtcore.h from embree4 not embree3 by @zhoub in #279
- helium: use a lock to make DeferredCommitBuffer thread safe by @jeffamstutz in #281
- fix incorrect placement of find_package(Python3) for code_gen by @jeffamstutz in #283
- Implement separate object finalization in helium by @jeffamstutz in #284
- avoid calling GetCurrentDirectory() with un-initialized memory location by @ingowald in #286
- Introduce GeomSubset support to meshes by @tarcila in #285
- match helide's tf1D volume behavior to the specification by @jeffamstutz in #288
- set helide's CXX visibility to 'hidden' by @jeffamstutz in #289
- revise helium's deferred commit buffer to have event timestamps make sense by @jeffamstutz in #290
- fix Blender addon installation for latest Blender 4.3.x by @jeffamstutz in #291
- fix broken CMake logic for glTF loader related dependencies by @jeffamstutz in #292
New Contributors
- @HellmannM made their first contribution in #277
- @zhoub made their first contribution in #279
Full Changelog: v0.12.1...v0.13.0