Hi. I've purchased the beta and tried to install it on Blender 4.0 Beta. I get this error. Any thoughts?
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\blender-4.0.0\4.0\scripts\modules\addon_utils.py", line 364, in enable
mod = importlib.import_module(module_name)
File "C:\Program Files\Blender Foundation\blender-4.0.0\4.0\python\lib\importlib\__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "C:\Users\DA\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\SuperImageDenoiser\__init__.py", line 23, in <module>
from . import (
File "C:\Users\DA\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\SuperImageDenoiser\SID_Panel.py", line 30, in <module>
custom_icons = bpy.utils.previews.new()
AttributeError: module 'bpy.utils' has no attribute 'previews'
Pidgeon ToolsCreator
Hi,
Thank you for your donation.
Make sure you uninstall the old version of SID, restart blender, and then install the new version.
Keep in mind that the beta version of blender is rapidly changing, and I cannot take into account every change for every daily release.
Kind regards, Kevin Lorengel
2 comments
Hi. I've purchased the beta and tried to install it on Blender 4.0 Beta. I get this error. Any thoughts? Traceback (most recent call last): File "C:\Program Files\Blender Foundation\blender-4.0.0\4.0\scripts\modules\addon_utils.py", line 364, in enable mod = importlib.import_module(module_name) File "C:\Program Files\Blender Foundation\blender-4.0.0\4.0\python\lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "C:\Users\DA\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\SuperImageDenoiser\__init__.py", line 23, in <module> from . import ( File "C:\Users\DA\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\SuperImageDenoiser\SID_Panel.py", line 30, in <module> custom_icons = bpy.utils.previews.new() AttributeError: module 'bpy.utils' has no attribute 'previews'
Hi, Thank you for your donation. Make sure you uninstall the old version of SID, restart blender, and then install the new version. Keep in mind that the beta version of blender is rapidly changing, and I cannot take into account every change for every daily release. Kind regards, Kevin Lorengel