forked from bartvdbraak/blender
=== Editing Tools ===
As suggested, adding Page Up and Page Down to the hotkey list to change the size of the circle of selection, using brush select (BB). This is done to bring it in line with transform's PET size adjustment. Two hotkeys to rule them all and to the reference manual binds them... :P
This commit is contained in:
parent
c2df22f306
commit
3c512562cc
@ -462,11 +462,13 @@ void circle_selectCB(select_CBfunc callback)
|
||||
firsttime= 1;
|
||||
|
||||
break;
|
||||
case PAGEUPKEY:
|
||||
case WHEELDOWNMOUSE:
|
||||
case PADPLUSKEY:
|
||||
case EQUALKEY:
|
||||
if(val) if(rad<200.0) rad*= 1.2;
|
||||
break;
|
||||
case PAGEDOWNKEY:
|
||||
case WHEELUPMOUSE:
|
||||
case PADMINUS:
|
||||
case MINUSKEY:
|
||||
|
Loading…
Reference in New Issue
Block a user