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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user