From 3c512562cc8bd2f7713a1f78f435ef1b1204423e Mon Sep 17 00:00:00 2001 From: Martin Poirier Date: Sun, 11 Jun 2006 20:19:41 +0000 Subject: [PATCH] === 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 --- source/blender/src/edit.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/blender/src/edit.c b/source/blender/src/edit.c index 286f544e340..8d9f1d74c62 100644 --- a/source/blender/src/edit.c +++ b/source/blender/src/edit.c @@ -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: