-
Notifications
You must be signed in to change notification settings - Fork 285
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
Add Polygon Select to the Lasso tool #1096
Labels
Comments
Doing this as part of the lasso tool sounds reasonable to me 👍 There could also be an option in the toolbar to switch between the two modes, as an alternative idea to the ctrl/shift hotkeys |
Here is the untested source code made with an LLM
Can someone please try it? Replace the LassoSelectTool for a quick test but create both as tools and call this one PolygonLassoSelectTool |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When using the lasso tool, crtl-clicking or shift-clicking a point would draw the selection in a straight line from the last selected point to the next.
This would :
Additional context
Discussed in #610
Originally posted by enderpuff December 15, 2023
Pretty self explanatory, but polygon selects are very very useful for editing images, for stuff like isolating objects or removing backgrounds, etc...
The text was updated successfully, but these errors were encountered: