JulienHeijmans / quicksnap

Blender addon to quickly snap objects/vertices/points to object origins/vertices/points
MIT License
393 stars 18 forks source link

Error spam when using unexpected key map for the tool (eg: backslash) #28

Closed JulienHeijmans closed 2 years ago

JulienHeijmans commented 2 years ago

Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\startup\bl_ui\space_userpref.py", line 2051, in draw draw(context) File "C:\Users\\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\quicksnap\quicksnap.py", line 871, in draw quicksnap_utils.insert_uihotkey(col, f'EVENT{quicksnap_keymap.type}', File "C:\Users\\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\quicksnap\quicksnap_utils.py", line 292, in insert_ui_hotkey row.label(text="", icon=key) TypeError: UILayout.label(): error with keyword argument "icon" - enum "EVENT_BACK_SLASH" not found in ('NONE', 'QUESTION', 'ER

JulienHeijmans commented 2 years ago

Solved on main