Fix #114240: Initialize output alpha for RGB color
Pull Request: https://projects.blender.org/blender/blender/pulls/114270
This commit is contained in:
committed by
Hans Goudey
parent
4d244bb86d
commit
dca2490689
@@ -257,6 +257,7 @@ class CurveRGBFunction : public mf::MultiFunction {
|
||||
if (fac[i] != 1.0f) {
|
||||
interp_v3_v3v3(col_out[i], col_in[i], col_out[i], fac[i]);
|
||||
}
|
||||
col_out[i].a = 1.0f;
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user