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:
authorCampbell Barton <ideasman42@gmail.com>2008-04-15 18:34:57 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-04-15 18:34:57 +0400
commit0346ed80bd510c34f40bd0e2d36a5cd5a350a51a (patch)
tree6e8f00ba55fca17c35902fb3bf40449cb94f7ee9 /source/blender/src/space.c
parent67e2d05dcd5673e95e574cb32fd71be9baa77507 (diff)
added a E as a key shortcut to IPO Extend Mode
Diffstat (limited to 'source/blender/src/space.c')
-rw-r--r--source/blender/src/space.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index 546a171c458..4abdc04dbd4 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -3133,6 +3133,10 @@ static void winqreadipospace(ScrArea *sa, void *spacedata, BWinEvent *evt)
if (G.qual==0)
set_ipotype();
break;
+ case EKEY:
+ if (G.qual==0)
+ set_ipoextend();
+ break;
case VKEY:
if (G.qual==0)
sethandles_ipo(HD_VECT);