Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activating the addon returns an error on silicon macOS M1 #9

Open
not-that-nda opened this issue Oct 22, 2023 · 0 comments
Open

Activating the addon returns an error on silicon macOS M1 #9

not-that-nda opened this issue Oct 22, 2023 · 0 comments

Comments

@not-that-nda
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant