Files
test2/source
Omar Emara a2cba25b14 Fix #141810: Cryptomatte crashes with image sequence
The Cryptomatte node crashes when the source is an image sequence with a
changing structure. That's because the code that identifies the EXR layer
where the Cryptomatte layers lives is not thread safe, as the render
result might change while looping over the layers. To fix this, we
acquire the render result while looping.

Pull Request: https://projects.blender.org/blender/blender/pulls/141898
2025-07-16 09:35:56 +02:00
..