Changed Add/Sub sculpt menu items to a single Add toggle, shortcut is Vkey

This commit is contained in:
2006-12-29 22:09:05 +00:00
parent 6a2ad12956
commit 5d061a5100
2 changed files with 6 additions and 5 deletions

View File

@@ -1266,6 +1266,9 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
if(G.qual==LR_SHIFTKEY)
sculptmode_propset_init(PropsetStrength);
break;
case VKEY:
br->dir= br->dir==1 ? 2 : 1;
update_prop= 1; break;
/* Set brush */
case DKEY:
sd->brush_type= DRAW_BRUSH;