Add locking layer feature

This commit is contained in:
haikalvidya
2024-03-26 15:12:55 +07:00
parent 0a9bd41be1
commit 0cb9398e30
12 changed files with 100 additions and 1 deletions
@@ -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(),