Graphite/node-graph/gcore/src
Dennis Kobert c9a33e44bd
New node: Rasterize (#1755)
* Add RasterizeVector node

* Add document node definition for RasterizeVectorNode

* Add dummy node properties

* Add prototype of footprint widget

* Fix types

* Fix footprint widget to use document space

* Fix aspect ratio issues by making resolution a multiplier

* Fix rebase errors

* Fix rasterization bounds and node definition

* UI and bug fixes but still issues with scaling in the frame

* Rename node to Raster

* Fix RasterizeNode

* Reenable resolution multiplier

* Remove unused variable

* UI fixes

* Fix Footprint default and resolution updates

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2024-06-27 01:24:09 -07:00
..
graphic_element New node: Rasterize (#1755) 2024-06-27 01:24:09 -07:00
raster Move gradient picking into the color picker (#1778) 2024-06-09 22:55:13 -07:00
text Code cleanup and refactoring to enhance consistency (#1695) 2024-03-20 21:28:51 -07:00
vector Fix bounding boxes of VectorData with rotations in several nodes (#1792) 2024-06-20 23:45:57 -07:00
application_io.rs Update graph UI and improve simplicity and robustness of sending graph and layer panel updates (#1564) 2024-01-13 04:15:36 -08:00
consts.rs Node network subgraph editing (#1750) 2024-06-02 08:01:56 +00:00
generic.rs Graphene CLI + quantization research (#1320) 2023-07-04 17:04:09 +02:00
gpu.rs Implement the Brush without relying on a stamp texture 2023-04-29 01:31:14 +02:00
graphic_element.rs Add artboard displayed names in the viewport (#1795) 2024-06-22 01:10:52 -07:00
lib.rs Fix how transforms work with footprints and remove a redundant transforms field (#1484) 2023-12-03 14:17:28 -08:00
logic.rs Add viewing/editing layer names, add Blend Mode node, and clean up Layer node (#1489) 2023-12-07 15:10:47 -08:00
memo.rs Node network subgraph editing (#1750) 2024-06-02 08:01:56 +00:00
ops.rs Node network subgraph editing (#1750) 2024-06-02 08:01:56 +00:00
quantization.rs Node network subgraph editing (#1750) 2024-06-02 08:01:56 +00:00
raster.rs Code cleanup and refactoring to enhance consistency (#1695) 2024-03-20 21:28:51 -07:00
storage.rs Code cleanup and refactoring to enhance consistency (#1695) 2024-03-20 21:28:51 -07:00
structural.rs Code cleanup and refactoring to enhance consistency (#1695) 2024-03-20 21:28:51 -07:00
text.rs Resolve most Clippy lint issues 2024-02-29 00:48:28 -08:00
transform.rs New node: Rasterize (#1755) 2024-06-27 01:24:09 -07:00
types.rs Node network subgraph editing (#1750) 2024-06-02 08:01:56 +00:00
uuid.rs Code cleanup and refactoring to enhance consistency (#1695) 2024-03-20 21:28:51 -07:00
value.rs Add viewing/editing layer names, add Blend Mode node, and clean up Layer node (#1489) 2023-12-07 15:10:47 -08:00