This commit is contained in:
Dennis Kobert
2025-07-28 12:45:51 +02:00
parent abadd26fbe
commit 0c913277d5
2 changed files with 0 additions and 5 deletions

View File

@@ -384,9 +384,6 @@ impl NodeGraphExecutor {
return Err(format!("Invalid node graph output type: {node_graph_output:#?}"));
}
};
// responses.add(Message::EndBuffer {
// render_metadata: render_output_metadata,
// });
responses.add(DeferMessage::TriggerGraphRun);
let graphene_std::renderer::RenderMetadata {
upstream_footprints: footprints,