Fix the 'Mask' node from always erroring (#2474)

Fix mask node upstream input calculation.

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
Utsav Singh 2025-04-07 03:03:25 +05:30 committed by GitHub
parent 1001ec2740
commit 56fafa942a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -809,6 +809,7 @@ fn static_nodes() -> Vec<DocumentNodeDefinition> {
NodeInput::value(TaggedValue::ImageFrame(ImageFrameTable::one_empty_image()), true),
NodeInput::value(TaggedValue::ImageFrame(ImageFrameTable::one_empty_image()), true),
],
manual_composition: Some(generic!(T)),
..Default::default()
},
persistent_node_metadata: DocumentNodePersistentMetadata {