mitsuba-renderer / drjit

Dr.Jit — A Just-In-Time-Compiler for Differentiable Rendering
BSD 3-Clause "New" or "Revised" License
563 stars 40 forks source link

Backport of commits & various new fixes/features #230

Closed njroussel closed 1 month ago

njroussel commented 2 months ago

This PR backports some commits that were on master but were reverted before rebasing on the nanobind_v2 branch. They are all edge cases that were wrong in the C++ API, none of them were related to the Python API.

This PR also includes various features and fixes:

@rtabbara I've included your fixes in this PR too