Make the Spline tool draw a polylines with a Path -> Spline from Points
node setup
#2184
Open
2 of 4 tasks
Labels
Good First Issue
Good for newcomers
Part 1 (Change Spline tool behavior to use Path and Spline from Points nodes instead of legacy Spline node #2200)
Listen to the task description in this video.
Part 2 (Implement extending, joining, and creating new subpaths with the Spline tool #2203)
Create an upgrade script to transform a single existing "Spline" node, in the graph of any existing documents people have today, into a
Path -> Spline from Points
node pair with the point data transferred over to the Path node's geometryDelete the "Spline" node
Rename the "Spline from Points" node to just "Spline"
Create an upgrade script to rename the "Spline from Points" node in existing documents to "Spline"
Search the project for "document upgrade code" and you'll find all the comments relating to the upgrading scripts. The ones in
portfolio_message_handler.rs
, within the handler for thePortfolioMessage::OpenDocumentFileWithId
message, are most relevant to read and that's likely where you'll be adding most or all the upgrading code to.Part 4
The advanced parts in https://files.keavon.com/-/PunyUprightStagbeetle/capture_35_.mp4
The text was updated successfully, but these errors were encountered: