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

Linux Addons #522

Open
maljos opened this issue Aug 25, 2020 · 4 comments
Open

Linux Addons #522

maljos opened this issue Aug 25, 2020 · 4 comments

Comments

@maljos
Copy link

maljos commented Aug 25, 2020

Is there a linux version of blenderseed?

@dralois
Copy link

dralois commented Aug 30, 2020

There are unofficial builds as well as ways to compile it by yourself.

Unofficial builds from Discord as well as one I created.

If you want to build yourself, there is a WIP Makefile from Discord and my Docker Container which builds Blender as well as Blenderseed for you.

@maljos
Copy link
Author

maljos commented Aug 31, 2020

Thanks, for you quickly answer.

@lalamax3d
Copy link

1- thanks for build. i tried installing (ubuntu 20, blender 2.83.12) getting following error - log . any ideas will be helpful. thanks in advance.

Modules Installed (blenderseed) from '/home/user/Downloads/blenderseed-linux.zip' into '/home/user/.config/blender/2.83/scripts/addons'
Traceback (most recent call last):
  File "/home/user/.config/blender/2.83/scripts/addons/blenderseed/appleseed/lib/appleseed/__init__.py", line 35, in <module>
    from _appleseedpythonbuiltin import *
ModuleNotFoundError: No module named '_appleseedpythonbuiltin'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/opt/blender-2.83.12/2.83/scripts/modules/addon_utils.py", line 382, in enable
    mod.register()
  File "/home/user/.config/blender/2.83/scripts/addons/blenderseed/__init__.py", line 58, in register
    from . import preferences
  File "/home/user/.config/blender/2.83/scripts/addons/blenderseed/preferences.py", line 30, in <module>
    import appleseed as asr
  File "/home/user/.config/blender/2.83/scripts/addons/blenderseed/appleseed/lib/appleseed/__init__.py", line 45, in <module>
    from ._appleseedpython3 import *
ImportError: libappleseed.so: cannot open shared object file: No such file or directory

@dralois
Copy link

dralois commented Mar 9, 2021

The problem is, that the library is not yet installed. If I remember correctly, you need to copy the library into your /lib/ folder / add a search path or the likes. Blenderseed simply can't find where the appleseed library is located.

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