mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Adopt batch-scoped delta construction with shared removal and resource context, and carry visibility as a structural delta
This commit is contained in:
@@ -27,4 +27,9 @@ pub enum RuntimeDelta {
|
||||
export_index: usize,
|
||||
input: NodeInput,
|
||||
},
|
||||
SetVisibility {
|
||||
network_path: Vec<NodeId>,
|
||||
node_id: NodeId,
|
||||
visible: bool,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user