mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 23:08:05 +08:00
Rename the repeat nodes to replace "Instance" terminology with "Repeat" (#3794)
* WIP * Move the Mirror node from the module 'vector' to 'graphic' * Update demo art * Fix failing tests Fix tests
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
pub mod generator_nodes;
|
||||
pub mod instance;
|
||||
pub mod merge_qr_squares;
|
||||
pub mod vector_modification_nodes;
|
||||
mod vector_nodes;
|
||||
@@ -11,7 +10,6 @@ extern crate log;
|
||||
pub use core_types as gcore;
|
||||
pub use generator_nodes::*;
|
||||
pub use graphic_types;
|
||||
pub use instance::*;
|
||||
pub use vector_modification_nodes::*;
|
||||
pub use vector_nodes::*;
|
||||
pub use vector_types;
|
||||
|
||||
Reference in New Issue
Block a user