mitransient v1.1.1
Refactors mitransient so that it's compatible with Mitsuba 3.6.X / Dr.Jit 1.0.X. This brings a (pretty noticeable) improvement in efficiency/execution time :)
How to upgrade:
- If you installed Mitsuba with pip, you can just
pip install -U mitsuba==3.6.4. If you compiled Mitsuba from source, you will need to pull and recompile. - If you're using
y-talyou will need to update to>=0.19.0(pip install -U y-tal==0.19.0)
Notes:
- Spatial and temporal filtering of the renders have not been ported to Mitsuba 3.6.X yet.
- If you need these for your work, or if you find any other issue, feel free to contact us.
New plugins:
- New
phasor_hdr_filmplugin that stores phasors for a list of frequencies dictated by itswl_meanandwl_sigmaparameters. For NLOS simulations, this film is designed to work withtal.reconstruct.pf_dev(seeskip_H_fftandskip_H_padding).