Graphite/node-graph/gcore/src
0HyperCube 64e62699fc Replace the image layer type with an Image node (#948)
* Use builder pattern for widgets

* Arguments to new function

* Add node graph when dragging in image

* Fix duplicate import

* Skip processing under node graph frame if unused

* Reduce node graph rerenders

* DUPLICATE ALL frontend changes into other frontend

* DUPLICATE more changes to another frontend

* Code review

* Allow importing SVG files as bitmaps

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2023-01-27 10:01:09 +00:00
..
raster Implement the Gaussian Blur node (#933) 2022-12-31 21:12:02 +01:00
vector Replace the image layer type with an Image node (#948) 2023-01-27 10:01:09 +00:00
generic.rs Make node trait consume self 2022-08-19 18:58:17 +02:00
gpu.rs Implement node graph gpu execution via vulkano and rust gpu (#870) 2022-12-05 12:56:36 +01:00
lib.rs Implement the Gaussian Blur node (#933) 2022-12-31 21:12:02 +01:00
ops.rs Improve history states (#932) 2023-01-01 22:02:44 +00:00
raster.rs Replace the image layer type with an Image node (#948) 2023-01-27 10:01:09 +00:00
structural.rs Implement the Gaussian Blur node (#933) 2022-12-31 21:12:02 +01:00
value.rs Make node trait consume self 2022-08-19 18:58:17 +02:00