-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Conflict with GoPanel #44
Comments
I've talked with the GoPanel devs, I was able to get things fixed, part of the issue seems to be on Blender's side which was causing errors with any shortcut that used the numpad. Theres a good chance this whole error was just because of the numpad, it seems to be something that breaks often, even though this was a first time for me. |
Thank you for the information. I never tried to set a shortcut to the numpad so I did not know that Blender has issues with it. I will pay attention to this topic in the future. |
I've been using GoPanel for a while, and I installed NijiGpen last night, today as I've gone to do some work, I've found my GoPanel doesnt work anymore, and I get this error:
Python: Traceback (most recent call last):
File "C:\Users\dvanw6\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\user_default\go_panel\utils\check_updates.py", line 134, in execute
check_updates()
File "C:\Users\dvanw6\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\user_default\go_panel\utils\check_updates.py", line 44, in check_updates
addon_version = [addon.bl_info.get('version', (-1,-1,-1)) for addon in addon_utils.modules() if addon.bl_info['name'] == friendly_name][0]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
I attempted to uninstall it, but GoPanel continues to be broken giving me this error:
Python: Traceback (most recent call last):
File "C:\Users\dvanw6\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\user_default\go_panel\operators\switch_tool.py", line 141, in execute
raise ValueError("Invalid format for tool string")
ValueError: Invalid format for tool string
Note that it was all fine right before I installed NijiGpen
The text was updated successfully, but these errors were encountered: