Graphite/node-graph/nodes/raster/src
Dennis Kobert 3d84e63ef9
Migrate usage of the Hash trait for cache invalidation to the dedicated CacheHash trait (#4051)
* WIP start migrating usages of hash for cache invalidadion to dedicated trait

* Finish migrating usages

* Code review

* Add comments clearifying the reasoning for using random ids in the VectorModification cach hash impl

* Fix some remaining hash violations

* Finish migration and fix compilation

* Fix import ordering

* Cleanup

* Fix code review stuff

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2026-04-27 05:18:47 +00:00
..
adjust.rs Add support for gradients with midpoints and add draggable diamonds to the color picker dialog (#3813) 2026-02-23 19:21:51 -08:00
adjustments.rs Migrate usage of the Hash trait for cache invalidation to the dedicated CacheHash trait (#4051) 2026-04-27 05:18:47 +00:00
blending_nodes.rs Finalize and unify the design of the 'Morph' and 'Blend' nodes (#3974) 2026-04-03 20:45:58 -07:00
cubic_spline.rs Restructure node crates (#3384) 2025-11-18 10:21:54 +00:00
curve.rs Migrate usage of the Hash trait for cache invalidation to the dedicated CacheHash trait (#4051) 2026-04-27 05:18:47 +00:00
dehaze.rs Restructure node crates (#3384) 2025-11-18 10:21:54 +00:00
filter.rs Feature: Add median filter option to blur node (#3196) 2026-01-06 14:22:11 +01:00
fullscreen_vertex.rs Restructure node crates (#3384) 2025-11-18 10:21:54 +00:00
generate_curves.rs Restructure node crates (#3384) 2025-11-18 10:21:54 +00:00
gradient_map.rs Make the node graph use Table<GradientStops> instead of GradientStops (#3837) 2026-02-26 14:07:31 -08:00
image_color_palette.rs Improve type handling for ints/floats with the #[hard/soft_min/max(...)] node macro parameter attributes (#4041) 2026-04-23 15:49:30 -07:00
lib.rs Restructure node crates (#3384) 2025-11-18 10:21:54 +00:00
std_nodes.rs Rename 'Image Value' node to 'Image' and have its input value be an image not a raster table (#4037) 2026-04-22 16:00:03 -07:00