-
Notifications
You must be signed in to change notification settings - Fork 21
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
Trying to Install Embark Addon v1.7.0 to Blender 2.90.1 #8
Comments
@firebert85 Hmm, did you already have a version of the plugin installed before trying to install this one? It looks like it's trying to register the same thing twice. can you check your If there is already a I just tried installing the 1.7.0 version of the plugin on Blender 2.90.1 and it worked fine on my end, so I suspect you may have a duplicate of the plugin or an old version already installed. Please let me know what you find! |
@moppius |
For whatever reason--I just went to install this and so far it works. |
Weirdly, I did manage to reproduce this once the other day - I think there is a race condition in registering modules and the update operator, I have a potential fix for it that I'm testing locally. Thanks for following up! |
Closing this for now, will see if anyone else hits it after the speculative fix in release 1.7.1. |
Describe the bug
A clear and concise description of what the bug is.
After installing the addon, when I try to click and Enable v1.7.0 of the addon, I receive the following error:
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\modules\addon_utils.py", line 382, in enable
mod.register()
File "C:\Users\evans\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\blender-tools-main_init_.py", line 37, in register
register_recursive(REGISTER_CLASSES)
File "C:\Users\evans\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\blender-tools-main\utils_init_.py", line 60, in register_recursive
register_recursive(obj.REGISTER_CLASSES)
File "C:\Users\evans\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\blender-tools-main\utils_init_.py", line 56, in register_recursive
bpy.utils.register_class(obj)
ValueError: register_class(...): already registered as a subclass 'EmbarkAddonPreferences'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Addon to install with no error message.
Screenshots
Device:
Additional context
n/a
The text was updated successfully, but these errors were encountered: