You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
indierusty
changed the title
Allow user to extend, join and create new paths using spline tool
Implemented extending, joining and creating new paths using spline tool
Jan 18, 2025
Keavon
changed the title
Implemented extending, joining and creating new paths using spline tool
Implement extending, joining, and creating new subpaths with the Spline tool
Jan 19, 2025
A lot of that is rather advanced. Let's worry just about fixing the actual bugs I identified in the video, and save the complex multi-layer handling for another PR. I'm marking this as a draft for the moment while awaiting the bug fixes. Please mark it as ready for review once you have a fix. Thanks!
That bug was actually intended behavior. I misunderstood as my thinking was that extending the path was supposed to be initiated by dragging. I now understand that it should be done by clicking to extend and then clicking again to insert the extended point, followed by normal insertion. I will fix it.
Shift isn't in the hints bar for adding to the subpath, this should match how other tools show it
Bug: after connecting two subpath endpoints together, if I go click on another subpath endpoint, it doesn't extend and instead creates a whole new spline layer. But it seems to be intermittent. Video
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #2184, part 2