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:
authorJoshua Leung <aligorith@gmail.com>2008-09-12 09:54:39 +0400
committerJoshua Leung <aligorith@gmail.com>2008-09-12 09:54:39 +0400
commit215828455ac07612e4f2bf47859fc850bda0ef60 (patch)
treea802899cb242d90bc722f18ce9af387f4378be80 /source/blender/src/space.c
parent3e5549213c11a582312da0bf5290a6b9b2b7f74c (diff)
IPO Editor - Zoom view to area
The Shift-B hotkey can now be used to access this tool.
Diffstat (limited to 'source/blender/src/space.c')
-rw-r--r--source/blender/src/space.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index 749b097a21b..9120fc3de76 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -3103,6 +3103,9 @@ static void winqreadipospace(ScrArea *sa, void *spacedata, BWinEvent *evt)
else if (G.qual==LR_CTRLKEY) {
borderselect_markers();
}
+ else if (G.qual==LR_SHIFTKEY) {
+ do_ipo_buttons(B_IPOBORDER);
+ }
break;
case CKEY:
if (G.qual == LR_SHIFTKEY)