Blender Git Loki
Git Commits -> Revision c628c4b
Revision c628c4b by Lukas Toenne (master) September 19, 2013, 08:21 (GMT) |
Fix for OutputFile node, this would crash with unconnected sockets in MultiEXR mode, because it matches sockets and EXR layers by index and was skipping unconnected sockets. Simply create EXR layer info for all sockets now and then ignore unconnected layers when finally writing to file in deinitExecution. |
Commit Details:
Full Hash: c628c4b45b8b0a5e1d0eff11a0be7d456ea2f0a7
SVN Revision: 60233
Parent Commit: 1ca5de1
Lines Changed: +17, -7