Blender Git Commit Log
Git Commits -> Revision 6befc76
Revision 6befc76 by Bastien Montagne (master) June 1, 2016, 15:31 (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: 6befc762652998690395083ec29caa801b24a284
Parent Commit: 2c5dc66
Lines Changed: +42, -34
1 Modified Path:
/source/blender/render/intern/source/render_result.c (+42, -34) (Diff)