mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 23:38:11 +08:00
Decouple node graph execution (#1209)
* Decouple node graph execution from the main loop * Trigger document Render + Layer updates after the graph evaluation
This commit is contained in:
@@ -23,6 +23,10 @@ impl Editor {
|
||||
|
||||
responses
|
||||
}
|
||||
|
||||
pub fn poll_node_graph_evaluation(&mut self, responses: &mut VecDeque<Message>) {
|
||||
self.dispatcher.poll_node_graph_evaluation(responses);
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for Editor {
|
||||
|
||||
Reference in New Issue
Block a user