Adding a few functions to the python bindings #416
Replies: 4 comments 2 replies
-
Oh I just noticed the eval_diffuse_reflectance is recently added. So just number 1. |
Beta Was this translation helpful? Give feedback.
-
This is how I do it myself in the shape_v.cpp: mitsuba3/src/render/python/shape_v.cpp Line 135 in 199b607
But It'd be nice to have this in the version of mitsuba we get through pip too (pip is more convienient since it can be easily imported on any cluster and container) |
Beta Was this translation helpful? Give feedback.
-
Hi, just a quick reminder on this. Is this possible to do? This is helpful when calling sample position on the result of |
Beta Was this translation helpful? Give feedback.
-
Indeed! Nice catch, I'll add that right away. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I can (and I normally do) add new python bindings for the functions in C++ that are not already introduced in the bindings.
However, there are some functions that I think are very useful for everybody and would be awesome if you could add it too, so everybode doesn't have to touch the mitsuba code.
Thanks,
-Saeed
Beta Was this translation helpful? Give feedback.
All reactions