Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling after install fails on Blender 2.93.4 #531

Open
stibinator opened this issue Sep 22, 2021 · 2 comments
Open

Enabling after install fails on Blender 2.93.4 #531

stibinator opened this issue Sep 22, 2021 · 2 comments

Comments

@stibinator
Copy link

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
Copy link

ArsenoL commented Jan 2, 2023

same with 3.4

@IcedQuinn
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants