Graphite/node-graph/gcore/src/vector
Priyanshu 2d90bb0cbf
Add upgrade script to convert "Spline" node to "Path" -> "Spline from Points" (#2274)
* write document upgrade code to transfrom Spline node into Path -> Spline from Points

* fix only connecting to single output

* shift position of newly inserted Path -> Spline from Points node

* refactor

* remove all old Spline node code

* rename Spline from Points node to Spline

* Code cleanup

* Update the demo art to natively use the new Spline node

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2025-02-12 23:45:30 +00:00
..
vector_data Instance tables refactor part 1: wrap graphical data in the new Instances<T> struct (#2230) 2025-01-28 23:51:12 -08:00
brush_stroke.rs Refactor the node macro and simply most of the node implementations (#1942) 2024-09-20 03:50:30 -07:00
generator_nodes.rs Add upgrade script to convert "Spline" node to "Path" -> "Spline from Points" (#2274) 2025-02-12 23:45:30 +00:00
misc.rs Refactor the node macro and simply most of the node implementations (#1942) 2024-09-20 03:50:30 -07:00
mod.rs Add Area and Centroid nodes (#1749) 2024-05-22 13:11:11 -07:00
style.rs Improve type compatibility and clean up new node macro usages (#2002) 2024-09-22 01:44:18 -07:00
vector_data.rs Add Pen and Path tool modes to avoid showing all handles (#2264) 2025-02-12 01:30:15 -08:00
vector_nodes.rs Add upgrade script to convert "Spline" node to "Path" -> "Spline from Points" (#2274) 2025-02-12 23:45:30 +00:00