mitsuba-renderer / mitsuba3

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

[bug fix] issue #1168 by adding eval_null_transmission to trampoline class #1172

Closed DanielPSchenk closed 6 months ago

DanielPSchenk commented 6 months ago

[bug fix] for issue #1168

Description

This small contribution fixes an issue I had as suggested by @merlinND.

Fixes #1168

Testing

I verified that eval_null_transmission is called as expected after the fix and that my python BSDF (see #1168) behaves exactly the same as the reference C++ plugin.

Checklist