This commit is contained in:
Timon
2026-06-17 10:31:23 +00:00
parent c5bd8acce9
commit b01c6ea3ab
4 changed files with 25 additions and 21 deletions

View File

@@ -73,7 +73,7 @@ pub fn wrap_network_in_scope(network: NodeNetwork, editor_api: Arc<PlatformEdito
DocumentNode {
call_argument: concrete!(Context),
inputs: vec![
NodeInput::scope(graphene_std::render_background::background_compositor_pipeline::IDENTIFIER),
NodeInput::scope(graphene_std::render_background::composit_background_pipeline::IDENTIFIER),
NodeInput::node(NodeId(3), 0),
],
implementation: DocumentNodeImplementation::ProtoNode(graphene_std::render_background::render_background::IDENTIFIER),