Resize didn't work with bezier handles correctly. That is because bezier has preleminary work for Individual Center in edit mode.

While I was there, I cleaned up individual center a bit, it was messing with helpline.

For fun, set the center mode to Individual Center, create a bezier circle, change handle to free (H) and Resize or Rotate. Fun isn't it! :)
This commit is contained in:
2005-04-10 20:09:31 +00:00
parent 4ea8947ea7
commit 218ee423d9
2 changed files with 28 additions and 8 deletions

View File

@@ -681,9 +681,8 @@ void calculateCenter(TransInfo *t)
calculateCenterCursor(t);
break;
case V3D_LOCAL:
// NEED TO REPLACE THIS
/* Individual element center uses median center for helpline and such */
calculateCenterMedian(t);
printf("local\n");
break;
}