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:
authorTon Roosendaal <ton@blender.org>2005-05-01 01:19:19 +0400
committerTon Roosendaal <ton@blender.org>2005-05-01 01:19:19 +0400
commit42ae9128fab8e6ec294c16cb2ce4eedcde9c4aed (patch)
tree0cea2bec50b4065cbe590aebf9abe9b0268dc81e /source/blender/src/space.c
parent413677cafffd797524bb1ac5dd2ec42957a56a30 (diff)
Removal of old transform() <sob> part one.
- added in new transform the (not so useful but yah) old feature that does scrollwheel zoom during transform - had to change transform call arguments for uv-window/sequence/oops to match new transform for mouse callback TODO (for martin?) - pulldown menu support to call with local axes compliant as for pressing it with hotkey - mirrormenu() still uses old transform stuff...
Diffstat (limited to 'source/blender/src/space.c')
-rw-r--r--source/blender/src/space.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index 67d1e15ceab..f2bf392f956 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -3384,7 +3384,7 @@ static void winqreadseqspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
case GKEY:
if(sseq->mainb) break;
if((G.qual==0))
- transform_seq('g');
+ transform_seq('g', 0);
break;
case MKEY:
if(G.qual==LR_ALTKEY)
@@ -3793,7 +3793,7 @@ static void winqreadimagespace(ScrArea *sa, void *spacedata, BWinEvent *evt)
break;
case GKEY:
if((G.qual==0))
- transform_tface_uv('g');
+ transform_tface_uv('g', 0);
break;
case HKEY:
if(G.qual==LR_ALTKEY)
@@ -3841,11 +3841,11 @@ static void winqreadimagespace(ScrArea *sa, void *spacedata, BWinEvent *evt)
break;
case RKEY:
if((G.qual==0))
- transform_tface_uv('r');
+ transform_tface_uv('r', 0);
break;
case SKEY:
if((G.qual==0))
- transform_tface_uv('s');
+ transform_tface_uv('s', 0);
break;
case VKEY:
if((G.qual==0))
@@ -4048,7 +4048,7 @@ static void winqreadoopsspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
break;
case GKEY:
if((G.qual==0))
- transform_oops('g');
+ transform_oops('g', 0);
break;
case LKEY:
if((G.qual==LR_SHIFTKEY))
@@ -4066,7 +4066,7 @@ static void winqreadoopsspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
shuffle_oops();
}
} else if((G.qual==0)) {
- transform_oops('s');
+ transform_oops('s', 0);
}
break;
case PKEY: