You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building the photon_emitter and custom_ptracer code against the current master version of Mitsuba3 was successful, and initial testing of scripts gives promising results.
However running a python script containing a photon_emitter and/or a custom_ptracer (I'm not sure which yet) leads to warning messages at the end of the script, for example:
These warnings do not occur when running a notebook containing the same code as the python script.
This seems similar if not identical to the issue at mitsuba-renderer/drjit#87, and this comment on that issue suggests that on shutdown of a script, some DrJit variables get freed in an undesired order, so it's not necessarily a problem, but I thought it worth adding this issue to track that open issue. In a notebook, the kernel continues running once the notebook has finished executing, which is why the warnings are not visible in notebooks.
The text was updated successfully, but these errors were encountered:
Building the photon_emitter and custom_ptracer code against the current master version of Mitsuba3 was successful, and initial testing of scripts gives promising results.
However running a python script containing a photon_emitter and/or a custom_ptracer (I'm not sure which yet) leads to warning messages at the end of the script, for example:
These warnings do not occur when running a notebook containing the same code as the python script.
This seems similar if not identical to the issue at mitsuba-renderer/drjit#87, and this comment on that issue suggests that on shutdown of a script, some DrJit variables get freed in an undesired order, so it's not necessarily a problem, but I thought it worth adding this issue to track that open issue. In a notebook, the kernel continues running once the notebook has finished executing, which is why the warnings are not visible in notebooks.
The text was updated successfully, but these errors were encountered: