Graphite/node-graph/node-macro/src
Keavon Chambers eb0ff20d3c
Instance tables refactor part 1: wrap graphical data in the new Instances<T> struct (#2230)
* Port VectorData to Instances<VectorData>

* Port ImageFrame<P> and TextureFrame to Instances<ImageFrame<P>> and Instances<TextureFrame>

* Avoid mutation with the TransformMut trait

* Port GraphicGroup to Instances<GraphicGroup>

* It compiles!

* Organize debugging

* Document upgrading

* Fix Brush node

* Restore TransformMut in lieu of TransformSet trait

* Fix tests

* Final code review
2025-01-28 23:51:12 -08:00
..
codegen.rs Polish user-created subgraph nodes: imports in the Properties panel; reorder/delete/rename imports/exports (#2105) 2025-01-20 21:13:14 -08:00
lib.rs Update some dependencies (#2134) 2024-12-12 18:28:49 +00:00
parsing.rs Instance tables refactor part 1: wrap graphical data in the new Instances<T> struct (#2230) 2025-01-28 23:51:12 -08:00
validation.rs Update some dependencies (#2134) 2024-12-12 18:28:49 +00:00