mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-17 15:28:04 +08:00
Code review previous commit, and improve G/R/S hints
This commit is contained in:
@@ -245,7 +245,7 @@ impl NodeGraphExecutor {
|
||||
}?;
|
||||
let network = node_graph_frame.network.clone();
|
||||
|
||||
// Special execution path for generating imaginate (as generation requires io from outside node graph)
|
||||
// Special execution path for generating Imaginate (as generation requires IO from outside node graph)
|
||||
if let Some(imaginate_node) = imaginate_node {
|
||||
responses.push_back(self.generate_imaginate(network, imaginate_node, (document, document_id), layer_path, image_frame, persistent_data)?);
|
||||
return Ok(());
|
||||
|
||||
Reference in New Issue
Block a user