Summary: | Bug: EXR files coming from Nuke or Maya have wrong channel orders. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Jeroen Hoolmans <jhoolmans> |
Component: | File formats | Assignee: | Halla Rempt <halla> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla |
Priority: | NOR | ||
Version: | 4.0.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Example EXR |
Thanks! Git commit 449a74db909d71eaafadab65f1abc1cc6e819c9c by Boudewijn Rempt. Committed on 03/05/2018 at 13:35. Pushed by rempt into branch 'master'. Read multilayer EXR files saved by Nuke M +17 -2 plugins/impex/exr/exr_converter.cc https://commits.kde.org/krita/449a74db909d71eaafadab65f1abc1cc6e819c9c Git commit 410d347ccd1cfc61024e98a32cda76e7524c6775 by Boudewijn Rempt. Committed on 04/05/2018 at 08:28. Pushed by rempt into branch 'krita/4.0'. Read multilayer EXR files saved by Nuke (cherry picked from commit 449a74db909d71eaafadab65f1abc1cc6e819c9c) M +17 -2 plugins/impex/exr/exr_converter.cc https://commits.kde.org/krita/410d347ccd1cfc61024e98a32cda76e7524c6775 |
Created attachment 112376 [details] Example EXR Nuke writes out extra layer channels as 'layer.red' instead of 'layer.R'. I have attached an EXR showing the behaviour. The main layer is written as R G B A, but additional layers are red green blue.