diff --git a/app/node/math/math/math.cpp b/app/node/math/math/math.cpp index 6c656b369..ab5867f5c 100644 --- a/app/node/math/math/math.cpp +++ b/app/node/math/math/math.cpp @@ -319,6 +319,9 @@ NodeValueTable MathNode::Value(NodeValueDatabase &value) const if (GetOperation() != kOpMultiply || number_val.data().value().isIdentity()) { operation_is_noop = true; + } else { + // It's likely an alpha channel will result from this operation + job.SetAlphaChannelRequired(true); } }