issues
search
mitsuba-renderer
/
mitsuba3
Mitsuba 3: A Retargetable Forward and Inverse Renderer
https://www.mitsuba-renderer.org/
Other
2.1k
stars
246
forks
source link
More Mitsuba Python stubs improvements
#1260
Closed
rtabbara
closed
3 months ago
rtabbara
commented
3 months ago
Going through
pyright
output to identity some legitimate issues with the bindings, primarily with repeated bindings.
For the variant submodules, including them in the top-level namespace so that the relative imports in the stubs are variant agnostic.
Attempt to express
Spectrum
and
UnpolarizedSpectrum
in a variant-agnostic way that still provides some specificity as a templated
dr.ArrayBase
type
Generating stubs for native and Python submodules
pyright
output to identity some legitimate issues with the bindings, primarily with repeated bindings.Spectrum
andUnpolarizedSpectrum
in a variant-agnostic way that still provides some specificity as a templateddr.ArrayBase
type