use custom Mitsuba path - what entry? #90
Replies: 3 comments 1 reply
-
Can someone comment on what packages pip is looking for if I try to install from inside the add-on? |
Beta Was this translation helpful? Give feedback.
-
Oh boy... what a mess... |
Beta Was this translation helpful? Give feedback.
-
Yes, blender comes bundled with its own version of python. The add-on will run The other option is to compile Mitsuba from source, and provide the addon with the path to the build/Release directory. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm on a company network and therefore the installation of Mitsuba is a big challenge.
I installed Python 312 for my user only (as I have no Admin rights).
It was installed in to:
C:\Users\xxxxxxx\AppData\Local\Programs\Python\Python312
Then I downloaded wheel versions of Mitsuba and Dr.jit and installed with the local option:
pip install --no-index --find-links=file:./ drjit-0.4.4-cp312-cp312-win_amd64.whl mitsuba-3.5.0-cp312-cp312-win_amd64.whl
They got installed in to:
C:\Users\xxxxxxx\AppData\Local\Programs\Python\Python312\Scripts (mitsuba.exe)
and:
C:\Users\xxxxxxx\AppData\Local\Programs\Python\Python312\Lib\site-packages ( drjit; drjit-0.4.4.dist-info; mitsuba; mitsuba-3.5.0.dist-info)
(When I try to use the PIP Installation inside the add-on, it brakes down with time out after a while.
Looks like the sites are blocked on the network. That's why I used the local installation method.)
I can start mitsuba from anywhere so it seems to be in the PATH but I can't figure out what entry I have to make in the Mitsuba Blender Add-On. Whatever I write in to the "Use custom Mitsuba path" field, it doesn't work.
I modified the init.py from the add-on and changed DEPS_MITSUBA_VERSION = to '3.5.0'
But this also not helped.
Can you give me a hint to how to make the plugin work on this awkward installation?
Thanks.
Sorry, I forgot to write: I'm using Blender 3.6.5 LTS version.
Beta Was this translation helpful? Give feedback.
All reactions