-
Notifications
You must be signed in to change notification settings - Fork 23
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
cannot enable addon (translations cache for the addon already exists) #10
Comments
Can you tell me more details to reproduce the situation? |
I first installed "Blender-Uasset-Addon-main" and nothing happened except a blue message at the bottom right corner (it didn't appear in the addon list) then I installed "blender_uasset_addon_v0.2.1" and got the error |
I remember v0.2.1 has an issue about unregister function (fixed at this commit e562bf1). Can you try a hotfixed version I uploaded here? If you still get the error, relaunch Blender once. |
Also, it's not related to the error, but you should remove |
Thank you the hotfix worked |
when I try to enable the addon I get this error
Traceback (most recent call last):
File "C:\Users\NAME\Downloads\blender-3.4.0-alpha+master.ba74704c9ace-windows.amd64-release\blender-3.4.0-alpha+master.ba74704c9ace-windows.amd64-release\3.4\scripts\modules\addon_utils.py", line 369, in enable
mod.register()
File "C:\Users\NAME\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\blender_uasset_addon_init_.py", line 42, in register
translation.register()
File "C:\Users\NAME\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\blender_uasset_addon\translations\translation.py", line 65, in register
bpy.app.translations.register("blender_uasset_addon", translations_dict)
ValueError: bpy.app.translations.register: translations message cache already contains some data for addon 'blender_uasset_addon'
I see this and it wont enable
The text was updated successfully, but these errors were encountered: