Files
test/source
Omar Emara 6ea8860456 Fix #144411: Crash when loading EXR image with Alpha layer
The compositor crashes when attempting to read an EXR layer called Alpha
from a multi-layer EXR file. This is because Blender exposes an extra
output in the Image node called Alpha, which is not a real pass, but is
derived from the combined pass. So, this special case conflicts with an
actual pass called Alpha.

To fix this, we only consider the special case if the pass name is the
combined pass.

Pull Request: https://projects.blender.org/blender/blender/pulls/144498
2025-08-13 16:48:32 +02:00
..