mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 04:18: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
04d6c0d5cf
commit
20eb5ccb8a
@@ -82,6 +82,12 @@ pub mod context {
|
||||
pub use graphene_core::context::*;
|
||||
}
|
||||
|
||||
// The list types beside the generic level kernels over them.
|
||||
pub mod list {
|
||||
pub use core_types::list::*;
|
||||
pub use graphene_core::list::*;
|
||||
}
|
||||
|
||||
// Re-export graphene_core modules for backward compatibility
|
||||
pub mod ops {
|
||||
pub use core_types::ops::*;
|
||||
|
||||
Reference in New Issue
Block a user