Graphite/node-graph/node-macro/src
Daniil Loban 0d8c521fbe
New node: String Split (#3304)
* Add two nodes for substring

* fix: number convention

* Remove unnecessay allocations and add support for \n in patterns

* Make split node return Vec<String> and remove count_elements node

* Add Cache implementations for Vec<String>

* Code review

---------

Co-authored-by: daniil.loban <daniil.loban@gmail.com>
Co-authored-by: Dennis Kobert <dennis@kobert.dev>
Co-authored-by: Keavon Chambers <keavon@keavon.com>
2025-11-03 21:02:12 +00:00
..
shader_nodes Implement Convert trait to convert between CPU and GPU images (#3194) 2025-09-26 14:30:01 +02:00
buffer_struct.rs Reduce editor message size by 67% and fix simple clippy warnings (#3327) 2025-11-02 08:50:29 +01:00
codegen.rs New node: String Split (#3304) 2025-11-03 21:02:12 +00:00
crate_ident.rs Reduce editor message size by 67% and fix simple clippy warnings (#3327) 2025-11-02 08:50:29 +01:00
derive_choice_type.rs Fix clippy warnings (#3085) 2025-08-23 11:45:47 +02:00
lib.rs Reduce editor message size by 67% and fix simple clippy warnings (#3327) 2025-11-02 08:50:29 +01:00
parsing.rs Shaders: add `BufferStruct` to support bool and enums (#3109) 2025-09-05 16:32:41 +00:00
validation.rs node-macro: cleanup `ParsedField` struct (#3064) 2025-08-19 09:25:58 +00:00