Grim-es/material-combiner-addon

Blender 2.83: PIL not installed

MolotovCherry opened this issue · 4 comments

Using Blender 2.83, it says that PIL is not installed, when in fact it is. I verified this manually through the command-line.

C:\WINDOWS\system32>"C:\Program Files\Blender Foundation\Blender 2.83\2.83\python\bin\python.exe" -m pip install Pillow --user --upgrade
Requirement already up-to-date: Pillow in c:\users\user\appdata\roaming\python\python37\site-packages (7.1.2)

Still, it is not recognized. Note: I used the master version as of this posting date.

Same, tried reinstalling manually, get this error when enabling in addons menu

And this error when enabling in the CATS plugin

CATS plugin is Blender 2.83 compatible and it works (I have it installed and updated). Only caveat being that this addon is included in it and has the same error as above.

Strange that you would get that error with material combiner. I have it installed and it works correctly. Except for the error I reported here of course (makes it unusable as of current, but it still shows up)

It seems that blender 2.83 doesn't see the user environment folder with installed packages, now this is most likely fixed.