Blender Git Commit Log
Git Commits -> Revision c552113
Revision c552113 by Bastien Montagne (compositor-2016) June 8, 2016, 19:45 (GMT) |
Fix T48466: Multiple passes starting with 'Diffuse' in EXR file breaks its loading in Blender. Issue here is that for Blender, any pass which name starts with 'Diffuse' is considered a diffuse pass - and it does not really support several passes of the same type in renderresult. So for now, passtype_from_name() is now checking whether a pass of same type already exists in render layers, and return 0 (uknown passtype) in this case. |
Commit Details:
Full Hash: c5521138d68f8b5ab9e64d4f4629f7d7e1f2cff7
Parent Commit: 2c365c3
Committed By: Jeroen Bakker
Lines Changed: +42, -34
1 Modified Path:
/source/blender/render/intern/source/render_result.c (+42, -34) (Diff)