appleseedhq / blenderseed

appleseed plugin for Blender
https://appleseedhq.net/
MIT License
275 stars 43 forks source link

Enabling after install fails on Blender 2.93.4 #531

Open stibinator opened 3 years ago

stibinator commented 3 years ago

I'm trying to install Blenderseed blenderseed-2.0.0-beta-0-g6b8f474 In the Blender prefs I install from the downloaded zip, the addon is loaded, but when I go to enable it I get this error:

[appleseed] Python path set to: C:\Users\stib\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\blenderseed\appleseed\lib [appleseed] Path to appleseed.dll is set to: C:\Users\stib\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\blenderseed\appleseed\bin Exception in module register(): C:\Users\stib\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\blenderseed__init.py Traceback (most recent call last): File "C:\Users\stib\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\blenderseed\appleseed\lib\appleseed\init__.py", line 35, in from _appleseedpythonbuiltin import * ModuleNotFoundError: No module named '_appleseedpythonbuiltin'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py", line 386, in enable mod.register() File "C:\Users\stib\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\blenderseed__init.py", line 56, in register from . import preferences File "C:\Users\stib\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\blenderseed\preferences.py", line 30, in import appleseed as asr File "C:\Users\stib\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\blenderseed\appleseed\lib\appleseed\init__.py", line 45, in from ._appleseedpython3 import * ImportError: DLL load failed while importing _appleseedpython3: The specified module could not be found.

ArsenoL commented 1 year ago

same with 3.4

IcedQuinn commented 1 year ago

2.93 is marked as unsupported. I'm not sure what would be required to bring it up to date.