- fixed a bug that created desync on rotate multiple objects that were
offseted from origin
This commit is contained in:
@@ -1615,6 +1615,7 @@ class App(QtCore.QObject):
|
|||||||
xmaximal = max(xmaxlist)
|
xmaximal = max(xmaxlist)
|
||||||
ymaximal = max(ymaxlist)
|
ymaximal = max(ymaxlist)
|
||||||
|
|
||||||
|
for sel_obj in obj_list:
|
||||||
px = 0.5 * (xminimal + xmaximal)
|
px = 0.5 * (xminimal + xmaximal)
|
||||||
py = 0.5 * (yminimal + ymaximal)
|
py = 0.5 * (yminimal + ymaximal)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user