mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 05:58:11 +08:00
Add locking layer feature
This commit is contained in:
@@ -40,6 +40,7 @@ fn add_network() -> NodeNetwork {
|
||||
imports: vec![],
|
||||
exports: vec![NodeOutput::new(NodeId(0), 0)],
|
||||
disabled: vec![],
|
||||
locked: vec![],
|
||||
previous_outputs: None,
|
||||
nodes: [DocumentNode {
|
||||
name: "Blend Image".into(),
|
||||
|
||||
Reference in New Issue
Block a user