-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved editing for transformed shapes (again) #134
Conversation
… shape is not selected
this is more of a hack - it'd be best to clean up the way mouse deltas are calculated at some point
Very nice PR! Gave it a short testing session: all the actions work as expected, and undo-redo performs without failure. |
After more testing, I found a small issue still lurking with cutting a shape into two shapes. I attach video of the issue: Video_2023-12-18_16-32-30.mp4 |
Ah, good find! I think the cut mode still assumes that global_transform = identity. I'll take a look at that this week. |
center pivot now uses tessellated points to calculate centroid
Tried it in the editor and it's all good! 👍 |
Thanks for the feedback - I'll try to get those changes in later today. |
LGTM 👍 |
ActionSetPivot
action no longer takes a Transform2D argument