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

Convert ub #2

Open
ughserrano opened this issue Dec 19, 2023 · 1 comment
Open

Convert ub #2

ughserrano opened this issue Dec 19, 2023 · 1 comment

Comments

@ughserrano
Copy link

ughserrano commented Dec 19, 2023

Python: Traceback (most recent call last):
File "C:\Users\YOURUSERNAME\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\color-ramp-converter-main\src\panels.py", line 53, in draw
addon_prefs = get_addon_prefs()
File "C:\Users\YOURUSERNAME\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\color-ramp-converter-main\src\functions.py", line 41, in get_addon_prefs
return bpy.context.preferences.addons['color-ramp-converter'].preferences
KeyError: 'bpy_prop_collection[key]: key "color-ramp-converter" not found'

image

@markelekdotcom
Copy link
Owner

  • Please rename the folder "color-ramp-converter-main" to "color-ramp-converter"
    So the path looks like this:
    "C:\Users\YOURUSERNAME\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\color-ramp-converter"

  • Also ensure that the source files are directly located inside the "color-ramp-converter" folder, so the "__init__.py" file is inside that folder (not inside a second folder, etc.)

image

Hope this helps!

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

2 participants