nortikin / sverchok

Sverchok
http://nortikin.github.io/sverchok/
GNU General Public License v3.0
2.26k stars 234 forks source link

Presets categories #3632

Open Durman opened 4 years ago

Durman commented 4 years ago

Problem statement

2020-10-10 21:22:13,032 [INFO] sverchok.ui.presets: Created new category `Test' at ...\sverchok\presets\Test
Info: Created new category Test

Traceback (most recent call last):
  File "...\sverchok\ui\nodeview_space_menu.py", line
 256, in draw
    class_name = preset_category_menus[category].__name__
KeyError: 'Test'

Steps to reproduce

  1. Create new category in Presets manager
  2. Shift+a, open presents submenu

Also there are the issues of renaming created categories and deletion.

Durman commented 2 years ago

I've tried to create new category and it seems the button does not work at the moment.