Made warp use TransData members instead of G.obedit. Made it work with PET and Objects at the same time.

This commit is contained in:
2005-03-13 02:15:32 +00:00
parent 597cbb1b4f
commit 7d520a16c4
2 changed files with 33 additions and 28 deletions

View File

@@ -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