Baptiste Nicolet

Results 19 comments of Baptiste Nicolet

Hi, This is already supported, as all blender operators are registered in the Blender Python API. In general, you can find the API handle of each operator/parameter in the Blender...

Thanks for looking into this. The code to use the environment variable ion Windows seems broken indeed, and support for it will likely be dropped in the next release. I...

Hello, The `next` branch is currently under development, and reflects some changes in the Mitsuba 2 API that are not yet released. I recommend using the `master` branch of the...

Can you please try again with the `master` branch of the addon, just to be sure ? This is the one you will have to use anyway.

Can you import mitsuba *outside* of blender, i.e. in a standard python prompt? On my end I cannot `import mitsuba` with the version of mitsuba compiled from `master`

Did you run `setpath` before importing mitsuba in the normal command prompt? Also, I noticed you pointed to the `dist` subdirectory of the build folder, but the addon expects the...

I'm getting similar errors on my end, even outside of blender, I'm investigating

This seems somehow specific to blender with python 3.9. It worked on my end with blender 2.83 and compiling mitsuba with python 3.7.9.

There's a script `setpath.bat` in the root folder of mitsuba, you can execute it to add the path to the build folder to the `PYTHONPATH` and `PATH` environment variables (it...

You're right, but this doesn't make any difference here. Can you run the following script with both the python executable you compiled mitsuba with, as well as blender's python? (It...