Another big cleanup, thanks to transform recode. Could do this stage

because Martin recoded the Mirror().

- removed old globals like 'tottrans' or 'centre' or 'centroid' as used
  by old transform
- removed a lot of code from editobject.c
- moved all transform related code to transform_conversions.c
  (Note for Martin; sorry that's a mess... it now has all the weird
   functions for finding posemode dependencies... thats for the depgraph
   phase to remove)
This commit is contained in:
2005-05-04 12:53:35 +00:00
parent 4664431d76
commit 3b2c30dae4
10 changed files with 1084 additions and 1789 deletions

View File

@@ -188,7 +188,6 @@ static void view_editmove(unsigned short event)
}
}
void Transform(int mode, int context)
{
int ret_val = 0;