Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Poirier <theeth@yahoo.com>2006-06-12 00:19:41 +0400
committerMartin Poirier <theeth@yahoo.com>2006-06-12 00:19:41 +0400
commit3c512562cc8bd2f7713a1f78f435ef1b1204423e (patch)
tree4ca9de865c013b226ed42a15b6c9697f3e13ee3c /source/blender/src/edit.c
parentc2df22f3068e0e1d96ef6b0aeb7bb25b93f523f8 (diff)
=== 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
Diffstat (limited to 'source/blender/src/edit.c')
-rw-r--r--source/blender/src/edit.c2
1 files changed, 2 insertions, 0 deletions
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: