Graphite/node-graph/gstd/src
James Lindsay 1652c713a6
Add nondestructive vector editing (#1676)
* Initial vector modify node

* Initial extraction of data from monitor nodes

* Migrate to point id

* Start converting to modify node

* Non destructive spline tool (tout le reste est cassé)

* Fix unconnected modify node

* Fix freehand tool

* Pen tool

* Migrate demo art

* Select points

* Fix the demo artwork

* Fix the X and Y inputs for path tool

* G1 continous toggle

* Delete points

* Fix test

* Insert point

* Improve robustness of handles

* Fix GRS shortcuts on path

* Dragging points

* Fix build

* Preserve opposing handle lengths

* Update demo art and snapping

* Fix polygon tool

* Double click end anchor

* Improve dragging

* Fix text shifting

* Select only connected verts

* Colinear alt

* Cleanup

* Fix imports

* Improve pen tool avoiding handle placement

* Improve disolve

* Remove pivot widget from Transform node properties

* Fix demo art

* Fix bugs

* Re-save demo artwork

* Code review

* Serialize hashmap as tuple vec to enable deserialize_inputs

* Fix migrate

* Add document upgrade function to editor_api.rs

* Finalize document upgrading

* Rename to the Path node

* Remove smoothing from Freehand tool

* Upgrade demo artwork

* Propertly disable raw-rs tests

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
Co-authored-by: Adam <adamgerhant@gmail.com>
Co-authored-by: Dennis Kobert <dennis@kobert.dev>
2024-07-05 13:42:40 -07:00
..
any.rs Node network subgraph editing (#1750) 2024-06-02 08:01:56 +00:00
brush.rs Attribute-based vector format refactor (#1624) 2024-03-09 10:27:30 -08:00
cache.rs Rename the legacy Graphene crate to document-legacy (#899) 2022-12-22 02:12:05 -08:00
gpu_nodes.rs Migrate node graph UI interaction from frontend to backend (#1768) 2024-06-15 08:55:33 -07:00
http.rs Fix Imaginate by porting its JS roundtrip code to graph-based async execution in Rust (#1250) 2023-06-09 09:03:15 +02:00
image_color_palette.rs Code cleanup and refactoring to enhance consistency (#1695) 2024-03-20 21:28:51 -07:00
image_segmentation.rs Serialize Color as srgb (#1136) 2023-04-16 15:02:22 +02:00
imaginate.rs Use f64 not f32 throughout graph; add Vector2 value node (#1618) 2024-02-18 22:16:37 +00:00
lib.rs Node network subgraph editing (#1750) 2024-06-02 08:01:56 +00:00
null.png Graphene CLI + quantization research (#1320) 2023-07-04 17:04:09 +02:00
quantization.rs Node network subgraph editing (#1750) 2024-06-02 08:01:56 +00:00
raster.rs New node: Rasterize (#1755) 2024-06-27 01:24:09 -07:00
value.rs Graphene CLI + quantization research (#1320) 2023-07-04 17:04:09 +02:00
vector.rs Add nondestructive vector editing (#1676) 2024-07-05 13:42:40 -07:00
wasm_application_io.rs Add nondestructive vector editing (#1676) 2024-07-05 13:42:40 -07:00