Skip to content
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

Another polygon improvement from Issue #1907 #2034

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

WileECoder
Copy link

@WileECoder WileECoder commented Sep 21, 2022

This PR addresses issue #1907 and improves the behaviour of Bezier polygon (and the Mask node).
Both issues from @itsmattkc and @unfa are addressed; in particular:

  • a set of points can be selected, and more points can be added or removed to selection
  • selection can be edited by clicking single points or with a lasso selection
  • clicking inside the polygon moves the whole polygon, consistently with what happens for Text and Shape
  • only handles for selected points are shown
  • there is a visual feedback when a gizmo is hovered and ...
  • ... points are bigger and easier to select
  • if a Bezier point and its control point are in the same position, dragging always affects the main point.
    In order to grab a control point, ALT modifier can be used. If control point is isolated, ALT modifier is not needed.

I have made a video to show how this works.

NOTE: This PR duplicates the one from @p9malino26 (#2030). I did not realize he was working on the same issue.
Feel free to use the best implementation or take something good from both ...

@ThomasWilshaw
Copy link
Collaborator

Olive is about to undergo some largish code refactoring and I wanted to check on the status of old PRs before we do that. Do you plan to update/continue with the PR? Thanks

@WileECoder
Copy link
Author

While I still think this is a useful feature, chances are that a refactoring will generate too many conflicts. Fell free to close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants