I'm trying to install the daily BlendLuxCore latest build BlendLuxCore-latest-win64.zip
I got many errors, and I'm not currently able to inunstall this one to go back to addon version 2.3
Could you please help me to install 2.4 or maybe if it's too hard, to go back to 2.3 ?
Config:
- Windows 10
- Blender 2.82.7
Code: Select all
Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\scripts\modules\addon_utils.py", line 351, in enable
    mod = __import__(module_name)
  File "C:\Users\MyUser\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\BlendLuxCore\__init__.py", line 66, in <module>
    auto_load.init()
  File "C:\Users\MyUser\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\BlendLuxCore\auto_load.py", line 27, in init
    modules = get_all_submodules(Path(__file__).parent)
  File "C:\Users\MyUser\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\BlendLuxCore\auto_load.py", line 55, in get_all_submodules
    return list(iter_submodules(directory, directory.name))
  File "C:\Users\MyUser\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\BlendLuxCore\auto_load.py", line 59, in iter_submodules
    yield importlib.import_module("." + name, package_name)
  File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\python\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "C:\Users\MyUser\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\BlendLuxCore\engine\base.py", line 3, in <module>
    from . import final, preview, viewport
  File "C:\Users\MyUser\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\BlendLuxCore\engine\viewport.py", line 8, in <module>
    from ..export.config import convert_viewport_engine
ImportError: cannot import name 'convert_viewport_engine' from 'BlendLuxCore.export.config' (C:\Users\damokrane\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\BlendLuxCore\export\config.py)






 
 
