Graphite/node-graph/nodes
Keavon Chambers b396d17211 Migrate remaining node graph data types from Vec to Table (#4067)
* Move Vec<String> to Table<String>

* Remove old VecDVec2

* Move Vec<u8> to Table<u8>

* Move Vec<f64> to Table<f64>

* Move [f64; 4] to Table<f64>

* Move Vec<NodeId> to Table<NodeId>

* Tidy up the TaggedValue variants

* Move Vec<BrushStroke> to Table<BrushStroke>

* Add missing type implementations

* Fix tests

---------
2026-04-28 13:44:25 -07:00
..
blending Implement dynamic table attributes to generalize the graphic-specific Table type (#4050) 2026-04-28 03:25:16 -07:00
brush Migrate remaining node graph data types from Vec to Table (#4067) 2026-04-28 13:44:25 -07:00
gcore Migrate remaining node graph data types from Vec to Table (#4067) 2026-04-28 13:44:25 -07:00
graphic Migrate remaining node graph data types from Vec to Table (#4067) 2026-04-28 13:44:25 -07:00
gstd Migrate remaining node graph data types from Vec to Table (#4067) 2026-04-28 13:44:25 -07:00
math Implement dynamic table attributes to generalize the graphic-specific Table type (#4050) 2026-04-28 03:25:16 -07:00
path-bool Migrate 'Scatter Points' and 'Boolean Operation' from subgraphs to memoized proto nodes (#4066) 2026-04-28 12:40:03 -07:00
raster Move source_node_id to "editor:layer" and Vector<Upstream> to "editor:merged_layers", backed by a new 'Write Attribute' node (#4061) 2026-04-28 03:28:31 -07:00
repeat Implement dynamic table attributes to generalize the graphic-specific Table type (#4050) 2026-04-28 03:25:16 -07:00
text Migrate remaining node graph data types from Vec to Table (#4067) 2026-04-28 13:44:25 -07:00
transform Implement dynamic table attributes to generalize the graphic-specific Table type (#4050) 2026-04-28 03:25:16 -07:00
vector Migrate remaining node graph data types from Vec to Table (#4067) 2026-04-28 13:44:25 -07:00