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>2005-03-13 05:15:32 +0300
committerMartin Poirier <theeth@yahoo.com>2005-03-13 05:15:32 +0300
commit7d520a16c4f59dffc33a19ad73526cae1a6816de (patch)
tree3491479f4c96e98445883470b7686da9c7fb1651 /source/blender/src/space.c
parent597cbb1b4fedb2a470b804c1a1baf873eb577aac (diff)
Made warp use TransData members instead of G.obedit. Made it work with PET and Objects at the same time.
Diffstat (limited to 'source/blender/src/space.c')
-rw-r--r--source/blender/src/space.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index 95232d15c3d..e08bb98fce5 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -1614,7 +1614,7 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
case WKEY:
if((G.qual==LR_SHIFTKEY)) {
#ifdef NEWTRANSFORM
- if(G.obedit) Transform(TFM_WARP);
+ Transform(TFM_WARP);
#else
transform('w');
#endif