Graphite/node-graph/interpreted-executor
Firestar99 69ed80b79b
Some checks are pending
Editor: Dev & CI / build (push) Waiting to run
Editor: Dev & CI / cargo-deny (push) Waiting to run
Add ::IDENTITY to node macro to return a ProtoNodeIdentifier that is always a &'static str (#2842)
* fix warnings on master

* make the `ProtoNodeIdentifier` of a Node be accessible and always a borrowed `&'static str`

* always generate `node_name::identifier()`, even with `skip_impl`

* make `FrontendNodeType` use Cow

* remove broken `DocumentNodeDefinition`s for old GPU nodes

* don't reexport `graphic_element` in it's entirety, only data structures

* adjust everything to use the new `node_name::identifier()`

* fixup imports for wasm

* turn identifier fn into a constant
2025-07-07 16:29:59 -07:00
..
benches Fix and reenable profiling CI action (#2632) 2025-05-18 20:31:15 +00:00
src Add ::IDENTITY to node macro to return a ProtoNodeIdentifier that is always a &'static str (#2842) 2025-07-07 16:29:59 -07:00
Cargo.toml Extract gpath_bool from mod gstd::ops path_bool-related nodes (#2762) 2025-06-27 13:12:08 +00:00