You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing 1.0.5 on mac os and tryign to enable it I get the following error:
Traceback (most recent call last):
File "/Applications/Blender.app/Contents/Resources/3.6/scripts/modules/addon_utils.py", line 369, in enable
mod.register()
File "/Users/ndeandres/Library/Application Support/Blender/3.6/scripts/addons/textension/utils.py", line 358, in wrapper
ret = func(*args, **kw)
File "/Users/ndeandres/Library/Application Support/Blender/3.6/scripts/addons/textension/init.py", line 33, in register
prefs.init()
File "/Users/ndeandres/Library/Application Support/Blender/3.6/scripts/addons/textension/prefs.py", line 13, in init
_init_plugins()
File "/Users/ndeandres/Library/Application Support/Blender/3.6/scripts/addons/textension/prefs.py", line 58, in _init_plugins
for name, module in plugins_dict.items():
AttributeError: 'NoneType' object has no attribute 'items'
The text was updated successfully, but these errors were encountered:
When installing 1.0.5 on mac os and tryign to enable it I get the following error:
Traceback (most recent call last):
File "/Applications/Blender.app/Contents/Resources/3.6/scripts/modules/addon_utils.py", line 369, in enable
mod.register()
File "/Users/ndeandres/Library/Application Support/Blender/3.6/scripts/addons/textension/utils.py", line 358, in wrapper
ret = func(*args, **kw)
File "/Users/ndeandres/Library/Application Support/Blender/3.6/scripts/addons/textension/init.py", line 33, in register
prefs.init()
File "/Users/ndeandres/Library/Application Support/Blender/3.6/scripts/addons/textension/prefs.py", line 13, in init
_init_plugins()
File "/Users/ndeandres/Library/Application Support/Blender/3.6/scripts/addons/textension/prefs.py", line 58, in _init_plugins
for name, module in plugins_dict.items():
AttributeError: 'NoneType' object has no attribute 'items'
The text was updated successfully, but these errors were encountered: