mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 07:58:11 +08:00
New nodes: Sum, Average, Minimum, Maximum, Any, All (#4344)
Co-authored-by: Dennis Kobert <dennis@kobert.dev>
This commit is contained in:
co-authored by
Dennis Kobert
parent
67690d22d4
commit
cba642a7a1
@@ -53,6 +53,7 @@ vararg_readers! {
|
||||
read_color / read_color_extent / ReadColorNode: Color;
|
||||
read_gradient / read_gradient_extent / ReadGradientNode: Gradient;
|
||||
read_string / read_string_extent / ReadStringNode: String;
|
||||
read_number / read_number_extent / ReadNumberNode: f64;
|
||||
}
|
||||
|
||||
#[node_macro::node(category("Context"), path(core_types::vector))]
|
||||
|
||||
Reference in New Issue
Block a user