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>2007-10-01 11:10:50 +0400
committerJoshua Leung <aligorith@gmail.com>2007-10-01 11:10:50 +0400
commit2182f53a9a5e69c76d9efbbee46134935df242a6 (patch)
tree40fb2d07f903438edc2e0f7a2426a48718dc8870 /source/blender/src/space.c
parent4205924168e9cdea62997bda3a2f6d9502f807d4 (diff)
== IPO Editor Transform ==
* It is now possible to rotate the Bezier controls for the IPO Editor (RKEY) * IPO Record has now been remapped to Ctrl R.
Diffstat (limited to 'source/blender/src/space.c')
-rw-r--r--source/blender/src/space.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index a7448f53574..23bcea7470d 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -2876,8 +2876,10 @@ static void winqreadipospace(ScrArea *sa, void *spacedata, BWinEvent *evt)
allqueue(REDRAWIPO, 0);
break;
case RKEY:
- if (G.qual==0)
+ if (G.qual==LR_CTRLKEY)
ipo_record();
+ else
+ transform_ipo('r');
break;
case SKEY:
if (G.qual==LR_SHIFTKEY) {