Graphite/node-graph/gcore/src
Priyanshu 9987112cc9
New node: 'Separate Subpaths' to break subpaths into individual vector table rows (#3069)
* impl separate paths node

* rename

* refactor

* Rename nodes 'Split Segments' -> 'Cut Segments' and 'Split Path' -> 'Cut Path'

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2025-08-28 06:07:09 +00:00
..
math Fix clippy warnings (#3085) 2025-08-23 11:45:47 +02:00
raster Fix clippy warnings (#3085) 2025-08-23 11:45:47 +02:00
subpath Remove unused cargo dependencies (#3063) 2025-08-18 11:26:44 -07:00
text Refactor the Centroid node and `Subpath` struct and methods to use Kurbo, eliminating all remaining usages of Bezier-rs (#3036) 2025-08-16 13:39:25 -07:00
vector New node: 'Separate Subpaths' to break subpaths into individual vector table rows (#3069) 2025-08-28 06:07:09 +00:00
animation.rs Remove the `serde` feature and instead just always require it (#2737) 2025-06-21 16:52:47 -07:00
artboard.rs Add Table<Gradient> as a graphical type (#3051) 2025-08-13 01:42:51 -07:00
blending_nodes.rs Add Table<Gradient> as a graphical type (#3051) 2025-08-13 01:42:51 -07:00
bounds.rs Add Table<Gradient> as a graphical type (#3051) 2025-08-13 01:42:51 -07:00
consts.rs Add Vello support for Outline view mode rendering; add non_scaling to strokes (SVG, not yet Vello) (#2455) 2025-04-07 00:02:11 +00:00
context.rs Shaders: add `gcore-shaders` and make `graster-nodes` no-std (#2925) 2025-07-25 17:53:26 +00:00
debug.rs Replace the Color type with Table<Color> everywhere (#3048) 2025-08-12 00:38:23 -07:00
extract_xy.rs Rename the Coordinate data type to Vec2 (#2959) 2025-07-30 22:53:36 -07:00
generic.rs Bulk `gcore` cleanup, replace `core` and `alloc` with `std` (#2735) 2025-06-21 23:08:33 +00:00
gradient.rs Add Table<Gradient> as a graphical type (#3051) 2025-08-13 01:42:51 -07:00
graphic.rs Add Table<Gradient> as a graphical type (#3051) 2025-08-13 01:42:51 -07:00
lib.rs Deprecate automatic composition (#3088) 2025-08-24 08:34:59 +00:00
logic.rs Add Table<Gradient> as a graphical type (#3051) 2025-08-13 01:42:51 -07:00
memo.rs Deprecate automatic composition (#3088) 2025-08-24 08:34:59 +00:00
misc.rs Replace the Color type with Table<Color> everywhere (#3048) 2025-08-12 00:38:23 -07:00
ops.rs Fix automatic Into node insertion (#3087) 2025-08-23 18:21:54 +02:00
raster.rs Rename Instances<T> to Table<T> and the "instance" terminology to "TableRow" and "element" (#2981) 2025-08-03 04:12:18 -07:00
raster_types.rs Add Table<Color> as a graphical type (#3033) 2025-08-10 01:34:33 -07:00
registry.rs Fix automatic Into node insertion (#3087) 2025-08-23 18:21:54 +02:00
render_complexity.rs Add Table<Gradient> as a graphical type (#3051) 2025-08-13 01:42:51 -07:00
table.rs Replace the Color type with Table<Color> everywhere (#3048) 2025-08-12 00:38:23 -07:00
text.rs Add text alignment to the Text node (#2920) 2025-07-25 22:04:12 -07:00
transform.rs Add Table<Color> as a graphical type (#3033) 2025-08-10 01:34:33 -07:00
transform_nodes.rs Add Table<Gradient> as a graphical type (#3051) 2025-08-13 01:42:51 -07:00
types.rs Shaders: more `graster-nodes` no-std fixups (#3090) 2025-08-26 18:25:05 +00:00
uuid.rs Bulk `gcore` cleanup, replace `core` and `alloc` with `std` (#2735) 2025-06-21 23:08:33 +00:00
value.rs Fix clippy warnings (#3085) 2025-08-23 11:45:47 +02:00