How to make BlendLuxCore for 2.93?

Use this forum for general user support and related questions.
Forum rules
Please upload a testscene that allows developers to reproduce the problem, and attach some images.
Post Reply
User avatar
Acrivec
Posts: 1
Joined: Fri Mar 12, 2021 3:51 pm

How to make BlendLuxCore for 2.93?

Post by Acrivec »

For now the 2.5 version supports 2.92, but 2.93 uses python 3.9, therefore the addon is not activating - cries about not having the libraries installed (vc redist and intel thingie).

I've tried compiling LuxCore with /python39 option and paste /bin/ to BlendLuxCore /bin/ folder. The first error got removed, but new ones about fails on registering appeared.
Every time on 'activating' (it fails) there's a new error. On 9th attempt to activate, it actually activates, but does not work. There's Luxcore on the list, but after picking it there's more errors.

So, how can I make myself a working blendluxcore for 2.93?

Code: Select all

Read prefs: C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\config\userpref.blend
registering main
You must enable the copy attributes addon use the CTRL+C graswald > copy to clipboard
register_class(...):
Warning: 'Smoke_Shader_PT_layout_panel' doesn't have upper case alpha-numeric prefix
register_class(...):
Warning: 'Node_Help_PT_layout_panel' doesn't have upper case alpha-numeric prefix
Exception in module register(): C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\__init__.py
blender.exe : TypeError: PointerProperty(...) expected an RNA type, failed with: RuntimeError: , missing bl_rna 
attribute from 'RNAMetaPropGroup' instance (may not be registered)
At line:1 char:1
+ & .\blender.exe --python-use-system-env *>&1 | tee .\blender_log.txt
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (TypeError: Poin... be registered):String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError
 

Traceback (most recent call last):
  File "C:\Program Files\Blender foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py", line 382, in enable
    mod.register()
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\__init__.py", 
line 85, in register
    auto_load.register()
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\auto_load.py", 
line 31, in register
    bpy.utils.register_class(cls)
ValueError: bpy_struct "LuxCoreHair" registration error: image_user could not register

addon_utils.disable: BlendLuxCore not disabled
Exception in module register(): C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\__init__.py
RuntimeError: , missing bl_rna attribute from 'RNAMetaPropGroup' instance (may not be registered)
Traceback (most recent call last):
  File "C:\Program Files\Blender foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py", line 382, in enable
    mod.register()
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\__init__.py", line 85, in register
    auto_load.register()
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\auto_load.py", line 31, in register
    bpy.utils.register_class(cls)
ValueError: bpy_struct "LuxCoreNodeMatEmission" registration error: ies could not register


Exception in module register(): C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\__init__.py
TypeError: PointerProperty(...) expected an RNA type, failed with: RuntimeError: , missing bl_rna attribute from 
'RNAMetaPropGroup' instance (may not be registered)

Traceback (most recent call last):
  File "C:\Program Files\Blender foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py", line 382, in enable
    mod.register()
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\__init__.py", line 85, in register
    auto_load.register()
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\auto_load.py", line 31, in register
    bpy.utils.register_class(cls)
ValueError: bpy_struct "LuxCoreLightProps" registration error: image_user could not register


TypeError: PointerProperty(...) expected an RNA type, failed with: RuntimeError: , missing bl_rna attribute from 
'RNAMetaPropGroup' instance (may not be registered)

Exception in module register(): C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\__init__.py
Traceback (most recent call last):
  File "C:\Program Files\Blender foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py", line 382, in enable
    mod.register()
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\__init__.py", line 85, in register
    auto_load.register()
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\auto_load.py", line 31, in register
    bpy.utils.register_class(cls)
ValueError: bpy_struct "LuxCoreConfig" registration error: noise_estimation could not register


TypeError: PointerProperty(...) expected an RNA type, failed with: RuntimeError: , missing bl_rna attribute from 
'RNAMetaPropGroup' instance (may not be registered)

Exception in module register(): C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\__init__.py
Traceback (most recent call last):
  File "C:\Program Files\Blender foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py", line 382, in enable
    mod.register()
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\__init__.py", line 85, in register
    auto_load.register()
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\auto_load.py", line 31, in register
    bpy.utils.register_class(cls)
ValueError: bpy_struct "LuxCoreWorldProps" registration error: image_user could not register


Python: Traceback (most recent call last):
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\lol\panel.py", 
line 220, in poll
    user_preferences = get_addon_preferences(context)
  File "C:\Users\Acrivec\AppData\Roaming\Blender 
Foundation\Blender\2.93\scripts\addons\BlendLuxCore\utils\__init__.py", line 672, in get_addon_preferences
    return context.preferences.addons[addon_name].preferences
KeyError: 'bpy_prop_collection[key]: key "BlendLuxCore" not found'

location: <unknown location>:-1
Exception in module register(): C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\__init__.py
RuntimeError: , missing bl_rna attribute from 'RNAMetaPropGroup' instance (may not be registered)
Traceback (most recent call last):
  File "C:\Program Files\Blender foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py", line 382, in enable
    mod.register()
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\__init__.py", line 85, in register
    auto_load.register()
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\auto_load.py", line 31, in register
    bpy.utils.register_class(cls)
ValueError: bpy_struct "LuxCoreNodeTexImagemap" registration error: image_user could not register


Python: Traceback (most recent call last):
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\lol\panel.py", 
line 220, in poll
    user_preferences = get_addon_preferences(context)
  File "C:\Users\Acrivec\AppData\Roaming\Blender 
Foundation\Blender\2.93\scripts\addons\BlendLuxCore\utils\__init__.py", line 672, in get_addon_preferences
    return context.preferences.addons[addon_name].preferences
KeyError: 'bpy_prop_collection[key]: key "BlendLuxCore" not found'

location: <unknown location>:-1
TypeError: PointerProperty(...) expected an RNA type, failed with: RuntimeError: , missing bl_rna attribute from 
'RNAMetaPropGroup' instance (may not be registered)

Exception in module register(): C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\__init__.py
Traceback (most recent call last):
  File "C:\Program Files\Blender foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py", line 382, in enable
    mod.register()
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\__init__.py", line 85, in register
    auto_load.register()
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\auto_load.py", line 31, in register
    bpy.utils.register_class(cls)
ValueError: bpy_struct "LuxCoreImagepipelineBackgroundImage" registration error: image_user could not register


Python: Traceback (most recent call last):
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\lol\panel.py", 
line 220, in poll
    user_preferences = get_addon_preferences(context)
  File "C:\Users\Acrivec\AppData\Roaming\Blender 
Foundation\Blender\2.93\scripts\addons\BlendLuxCore\utils\__init__.py", line 672, in get_addon_preferences
    return context.preferences.addons[addon_name].preferences
KeyError: 'bpy_prop_collection[key]: key "BlendLuxCore" not found'

location: <unknown location>:-1
Python: Traceback (most recent call last):
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\lol\panel.py", 
line 159, in poll
    user_preferences = get_addon_preferences(context)
  File "C:\Users\Acrivec\AppData\Roaming\Blender 
Foundation\Blender\2.93\scripts\addons\BlendLuxCore\utils\__init__.py", line 672, in get_addon_preferences
    return context.preferences.addons[addon_name].preferences
KeyError: 'bpy_prop_collection[key]: key "BlendLuxCore" not found'

location: <unknown location>:-1
Exception in module register(): C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\__init__.py
TypeError: CollectionProperty(...): expected an RNA type, failed with: RuntimeError: , missing bl_rna attribute from 
'RNAMetaPropGroup' instance (may not be registered)

Traceback (most recent call last):
  File "C:\Program Files\Blender foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py", line 382, in enable
    mod.register()
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\__init__.py", line 85, in register
    auto_load.register()
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\auto_load.py", line 31, in register
    bpy.utils.register_class(cls)
ValueError: bpy_struct "LuxCoreNodeTexBand" registration error: ramp_items could not register


Python: Traceback (most recent call last):
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\lol\panel.py", 
line 220, in poll
    user_preferences = get_addon_preferences(context)
  File "C:\Users\Acrivec\AppData\Roaming\Blender 
Foundation\Blender\2.93\scripts\addons\BlendLuxCore\utils\__init__.py", line 672, in get_addon_preferences
    return context.preferences.addons[addon_name].preferences
KeyError: 'bpy_prop_collection[key]: key "BlendLuxCore" not found'

location: <unknown location>:-1
Python: Traceback (most recent call last):
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\lol\panel.py", 
line 159, in poll
    user_preferences = get_addon_preferences(context)
  File "C:\Users\Acrivec\AppData\Roaming\Blender 
Foundation\Blender\2.93\scripts\addons\BlendLuxCore\utils\__init__.py", line 672, in get_addon_preferences
    return context.preferences.addons[addon_name].preferences
KeyError: 'bpy_prop_collection[key]: key "BlendLuxCore" not found'

location: <unknown location>:-1
Exception in module register(): C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\__init__.py
TypeError: PointerProperty(...) expected an RNA type, failed with: RuntimeError: , missing bl_rna attribute from 
'RNAMetaPropGroup' instance (may not be registered)

Traceback (most recent call last):
  File "C:\Program Files\Blender foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py", line 382, in enable
    mod.register()
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\__init__.py", line 85, in register
    auto_load.register()
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\auto_load.py", line 31, in register
    bpy.utils.register_class(cls)
ValueError: bpy_struct "LuxCoreOnlineLibraryUI" registration error: assetbar could not register


Python: Traceback (most recent call last):
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\lol\panel.py", 
line 220, in poll
    user_preferences = get_addon_preferences(context)
  File "C:\Users\Acrivec\AppData\Roaming\Blender 
Foundation\Blender\2.93\scripts\addons\BlendLuxCore\utils\__init__.py", line 672, in get_addon_preferences
    return context.preferences.addons[addon_name].preferences
KeyError: 'bpy_prop_collection[key]: key "BlendLuxCore" not found'

location: <unknown location>:-1
Python: Traceback (most recent call last):
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\lol\panel.py", 
line 159, in poll
    user_preferences = get_addon_preferences(context)
  File "C:\Users\Acrivec\AppData\Roaming\Blender 
Foundation\Blender\2.93\scripts\addons\BlendLuxCore\utils\__init__.py", line 672, in get_addon_preferences
    return context.preferences.addons[addon_name].preferences
KeyError: 'bpy_prop_collection[key]: key "BlendLuxCore" not found'

location: <unknown location>:-1
TypeError: PointerProperty(...) expected an RNA type, failed with: RuntimeError: , missing bl_rna attribute from 
'RNAMetaPropGroup' instance (may not be registered)

Exception in module register(): C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\__init__.py
Traceback (most recent call last):
  File "C:\Program Files\Blender foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py", line 382, in enable
    mod.register()
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\__init__.py", line 85, in register
    auto_load.register()
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\auto_load.py", line 31, in register
    bpy.utils.register_class(cls)
ValueError: bpy_struct "LuxCoreImagepipeline" registration error: vignetting could not register


Python: Traceback (most recent call last):
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\lol\panel.py", 
line 220, in poll
    user_preferences = get_addon_preferences(context)
  File "C:\Users\Acrivec\AppData\Roaming\Blender 
Foundation\Blender\2.93\scripts\addons\BlendLuxCore\utils\__init__.py", line 672, in get_addon_preferences
    return context.preferences.addons[addon_name].preferences
KeyError: 'bpy_prop_collection[key]: key "BlendLuxCore" not found'

location: <unknown location>:-1
Python: Traceback (most recent call last):
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\lol\panel.py", 
line 258, in poll
    user_preferences = get_addon_preferences(context)
  File "C:\Users\Acrivec\AppData\Roaming\Blender 
Foundation\Blender\2.93\scripts\addons\BlendLuxCore\utils\__init__.py", line 672, in get_addon_preferences
    return context.preferences.addons[addon_name].preferences
KeyError: 'bpy_prop_collection[key]: key "BlendLuxCore" not found'

location: <unknown location>:-1
Python: Traceback (most recent call last):
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\lol\panel.py", 
line 159, in poll
    user_preferences = get_addon_preferences(context)
  File "C:\Users\Acrivec\AppData\Roaming\Blender 
Foundation\Blender\2.93\scripts\addons\BlendLuxCore\utils\__init__.py", line 672, in get_addon_preferences
    return context.preferences.addons[addon_name].preferences
KeyError: 'bpy_prop_collection[key]: key "BlendLuxCore" not found'

location: <unknown location>:-1
TypeError: PointerProperty(...) expected an RNA type, failed with: RuntimeError: , missing bl_rna attribute from 
'RNAMetaPropGroup' instance (may not be registered)

Exception in module register(): C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\__init__.py
Traceback (most recent call last):
  File "C:\Program Files\Blender foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py", line 382, in enable
    mod.register()
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\__init__.py", line 85, in register
    auto_load.register()
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\auto_load.py", line 31, in register
    bpy.utils.register_class(cls)
ValueError: bpy_struct "LuxCoreBokeh" registration error: image_user could not register


Python: Traceback (most recent call last):
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\lol\panel.py", 
line 333, in poll
    user_preferences = get_addon_preferences(context)
  File "C:\Users\Acrivec\AppData\Roaming\Blender 
Foundation\Blender\2.93\scripts\addons\BlendLuxCore\utils\__init__.py", line 672, in get_addon_preferences
    return context.preferences.addons[addon_name].preferences
KeyError: 'bpy_prop_collection[key]: key "BlendLuxCore" not found'

location: <unknown location>:-1
Python: Traceback (most recent call last):
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\lol\panel.py", 
line 220, in poll
    user_preferences = get_addon_preferences(context)
  File "C:\Users\Acrivec\AppData\Roaming\Blender 
Foundation\Blender\2.93\scripts\addons\BlendLuxCore\utils\__init__.py", line 672, in get_addon_preferences
    return context.preferences.addons[addon_name].preferences
KeyError: 'bpy_prop_collection[key]: key "BlendLuxCore" not found'

location: <unknown location>:-1
Python: Traceback (most recent call last):
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\lol\panel.py", 
line 258, in poll
    user_preferences = get_addon_preferences(context)
  File "C:\Users\Acrivec\AppData\Roaming\Blender 
Foundation\Blender\2.93\scripts\addons\BlendLuxCore\utils\__init__.py", line 672, in get_addon_preferences
    return context.preferences.addons[addon_name].preferences
KeyError: 'bpy_prop_collection[key]: key "BlendLuxCore" not found'

location: <unknown location>:-1
Python: Traceback (most recent call last):
  File "C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\lol\panel.py", 
line 159, in poll
    user_preferences = get_addon_preferences(context)
  File "C:\Users\Acrivec\AppData\Roaming\Blender 
Foundation\Blender\2.93\scripts\addons\BlendLuxCore\utils\__init__.py", line 672, in get_addon_preferences
    return context.preferences.addons[addon_name].preferences
KeyError: 'bpy_prop_collection[key]: key "BlendLuxCore" not found'

location: <unknown location>:-1
BlendLuxCore 2.5RC1 registered (with pyluxcore 2.5rc1)
rna_uiItemR: property not found: LuxCoreConfig.device

C:\Users\Acrivec\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\render\config.py:22
Traceback (most recent call last):
  File "C:\Program Files\Blender foundation\Blender 2.93\2.93\scripts\modules\bpy_types.py", line 807, in draw_ls
    func(self, context)
  File "C:\Users\Acrivec\AppData\Roaming\Blender 
Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\render\config.py", line 24, in luxcore_render_draw
    if config.device == "OCL":
AttributeError: 'LuxCoreConfig' object has no attribute 'device'
Python: Traceback (most recent call last):
  File "C:\Users\Acrivec\AppData\Roaming\Blender 
Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\render\config.py", line 68, in draw
    col.prop(config.path, "depth_total")
AttributeError: 'LuxCoreConfig' object has no attribute 'path'

location: <unknown location>:-1
Python: Traceback (most recent call last):
  File "C:\Users\Acrivec\AppData\Roaming\Blender 
Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\render\config.py", line 96, in poll
    return config.engine == "PATH" and not config.use_tiles and engine == 'LUXCORE'
AttributeError: 'LuxCoreConfig' object has no attribute 'use_tiles'

location: <unknown location>:-1
Python: Traceback (most recent call last):
  File "C:\Users\Acrivec\AppData\Roaming\Blender 
Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\render\config.py", line 106, in draw_header
    layout.prop(config.path, "hybridbackforward_enable", text="")
AttributeError: 'LuxCoreConfig' object has no attribute 'path'

location: <unknown location>:-1
Python: Traceback (most recent call last):
  File "C:\Users\Acrivec\AppData\Roaming\Blender 
Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\render\config.py", line 143, in draw_header
    layout.prop(config.path, "use_clamping", text="")
AttributeError: 'LuxCoreConfig' object has no attribute 'path'

location: <unknown location>:-1
Python: Traceback (most recent call last):
  File "C:\Users\Acrivec\AppData\Roaming\Blender 
Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\render\devices.py", line 29, in draw_header
    if _show_openCL_device_warning(context):
  File "C:\Users\Acrivec\AppData\Roaming\Blender 
Foundation\Blender\2.93\scripts\addons\BlendLuxCore\ui\render\devices.py", line 19, in _show_openCL_device_warning
    return (config.engine == "PATH" and config.device == "OCL" and not has_gpus and not has_others)
AttributeError: 'LuxCoreConfig' object has no attribute 'device'

location: <unknown location>:-1
Post Reply