Controls Coordinates Do Not Match Group Coordinates
I do have a group with multiple objects. If the group is not rotated. Everything looks fine and controls are as expected. However, when I take exactly the same group and set the ro
Solution 1:
There is no built in way to do this. As you see the difference is setting up the angle on the objects or on groups. What you can do is write a small procedure that cycle trough the group._objects and decide which is the best angle for you. You subtract that angle to every object and you add on group.
Be aware that is not easy choosing a good one. You have to take in account which object is the biggest or the one that takes more space and use as "master" angle if you want compact controls.
Post a Comment for "Controls Coordinates Do Not Match Group Coordinates"