Graphite/node-graph/nodes
Keavon Chambers 21e5e06b0b
Clean up document message wrappers around proto nodes so they're now used directly (#4101)
* Rename the 'Identity' node to 'Passthrough' internally

* Rename the 'Memoize'  node to 'Cache' internally

* Let skip_impl proto nodes auto-generate as document node definitions

* Remove the wrapper 'Passthrough' node from document_node_definitions.rs

* Remove the wrapper 'Cache' node from document_node_definitions.rs

* Remove the wrapper 'Monitor' node from document_node_definitions.rs

* Remove the wrapper 'Noise Pattern' node from document_node_definitions.rs

* Remove the wrapper 'Brush' node from document_node_definitions.rs

* Remove the wrapper 'Transform' node from document_node_definitions.rs

* Code review improvements

* Rename Cache node back to Memoize

* More code review
2026-05-03 19:26:36 -07:00
..
blending Replace the AlphaBlending struct with separate attributes (#4086) 2026-05-01 03:27:42 -07:00
brush Clean up document message wrappers around proto nodes so they're now used directly (#4101) 2026-05-03 19:26:36 -07:00
gcore Clean up document message wrappers around proto nodes so they're now used directly (#4101) 2026-05-03 19:26:36 -07:00
graphic Replace Table<Table<Graphic>> with Table<Artboard> where Artboard is a type boundary newtype (#4093) 2026-05-01 21:57:50 -07:00
gstd Properly track the Text node's text frame via the attribute system to fix misalignment (#4097) 2026-05-02 21:04:30 -07:00
math Replace Table<Table<Graphic>> with Table<Artboard> where Artboard is a type boundary newtype (#4093) 2026-05-01 21:57:50 -07:00
path-bool Fix 'Boolean Operation' node outputs having the reversed winding direction (#4091) 2026-05-01 19:23:44 -07:00
raster Clean up document message wrappers around proto nodes so they're now used directly (#4101) 2026-05-03 19:26:36 -07:00
repeat Centralize attribute strings in consts and rename "editor:layer" to "editor:layer_path" (#4076) 2026-04-28 21:53:30 -07:00
text Remove gaps between text glyph bounding box click targets so selection is more reliable (#4098) 2026-05-02 21:53:33 -07:00
transform Clean up document message wrappers around proto nodes so they're now used directly (#4101) 2026-05-03 19:26:36 -07:00
vector Add custom click targets to make Text node output easier to select (#4095) 2026-05-02 18:12:42 -07:00