Graphite icon indicating copy to clipboard operation
Graphite copied to clipboard

Reexport all of `gcore` in `gstd`, rename `image` node to `image_value`

Open Firestar99 opened this issue 8 months ago • 0 comments

Requires https://github.com/GraphiteEditor/Graphite/pull/2723

code changes, for bulk renames see https://github.com/GraphiteEditor/Graphite/pull/2729

This PR and https://github.com/GraphiteEditor/Graphite/pull/2729 makes editor to only depend on gstd and removes it's dependency on gcore. Instead, all of gcore is reexported in gstd. This allows me to rip apart gcore without editor being affected, as long as I continue to reexport all nodes in gstd. Saving us a lot of conflicts down the line.

Firestar99 avatar Jun 18 '25 11:06 Firestar99