UI: separate sculpt from smooth, flatten

This commit is contained in:
Campbell Barton 2018-11-03 20:00:30 +11:00
parent c2a12eedd1
commit e53cb83d07
1 changed files with 2 additions and 1 deletions

View File

@ -1036,7 +1036,8 @@ class _defs_sculpt:
('GRAB', 'THUMB'),
('SNAKE_HOOK',),
('BLOB', 'INFLATE'),
('SMOOTH', 'SCRAPE', 'FLATTEN'),
('SMOOTH',),
('SCRAPE', 'FLATTEN'),
('CREASE', 'PINCH'),
('CLAY', 'CLAY_STRIPS'),
('LAYER',),