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
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 geometry
Delete 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 the PortfolioMessage::OpenDocumentFileWithId message, are most relevant to read and that's likely where you'll be adding most or all the upgrading code to.
The text was updated successfully, but these errors were encountered:
Part 1
Listen to the task description in this video.
Part 2
This can be a separate PR.
Path -> Spline from Points
node pair with the point data transferred over to the Path node's geometrySearch 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.The text was updated successfully, but these errors were encountered: