mitsuba-renderer / mitsuba3

Mitsuba 3: A Retargetable Forward and Inverse Renderer
https://www.mitsuba-renderer.org/
Other
2.1k stars 246 forks source link

Fix tonemap CLI #1305

Closed dvicini closed 2 months ago

dvicini commented 2 months ago

Fixes a minor issue with the tonemap CLI. The non-variant functions are no longer in the scalar_rgb module itself. Therefore, it's better to just set the scalar_rgb variant here explicitly.

wjakob commented 2 months ago

Thanks!