appleseedhq / blenderseed

appleseed plugin for Blender

Home Page:https://appleseedhq.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux Addons

maljos opened this issue · comments

Is there a linux version of blenderseed?

commented

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.

Thanks, for you quickly answer.

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
commented

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.