blendluxcore isn't working in 3.1
the blend luxcore addon dosn't work in blender 3.1 also there is no error i just can't enable the addon in the prefrences.
using blender 3.1 and the lates blendluxcore build
so with the lates build i was trying to enable it and this time it gave me an error:
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\modules\addon_utils.py", line 351, in enable
mod = import(module_name)
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\BlendLuxCore_init_.py", line 66, in
Could not import pyluxcore. You probably forgot to install one of the redistributable packages. They are listed in the release announcement post.
ImportError: DLL load failed while importing pyluxcore: Das angegebene Modul wurde nicht gefunden.
i hope that is helpfull
Blender 3.1 uses Python 3.10 dependencies. The latest version of LuxCore uses 3.9 to be compatible with Blender 3.0. LuxCore has to be built with the same Python version as Blender.
The latest version should work with Blender 3.1 now. Link Please check and comment if it works for you.
Thank you, just tested out now and its working in Blender 3.1 (Windows 11)
The Python updates that were committed are Windows-only sadly. So no change for Linux users yet.
thank you @neo2068! it is working now on my pc
There have been many (futile) attempts to get LuxCore to compile / work with Python 3.10 on Linux during the last few hours it seems...
