armory
armory copied to clipboard
AttributeError: module 'bpy' has no attribute 'util'
Description After updating to 2024.2 through Itch.io, I get this error when trying to enable the addon in Blender
Exception in module register(): C:\Users\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\armory.py Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\modules\addon_utils.py", line 369, in enable mod.register() File "C:\Users\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\armory.py", line 928, in register bpy.util AttributeError: module 'bpy' has no attribute 'util'
To Reproduce Update from 2024.1 to 2024.2 and try to enable the addon in Blender 3.6
Expected behavior That the addon is enabled
System Blender: 3.6 Armory: 224.2 OS: Windows 10