Blender Git Commit Log
Git Commits -> Revision ffa94cb
Revision ffa94cb by Lukas Toenne (master) February 26, 2014, 17:47 (GMT) |
Fix for bug reported by Pablo Vasquez (venomgfx) on IRC: Single layer renders were broken. This was caused by rB1a79abdad2443ff9f12e7efd95ee78a264a9d60a which makes a copy of the render layer list for thread safety. The single layer passed to this function is still in the original list though, so to get the correct index it has to be looked up there. Otherwise no active index is set and all layers are rendered every time. |
Commit Details:
Full Hash: ffa94cb7133bf0d77147dcb7abd6da3da2b2dcc9
Parent Commit: e1e247a
Lines Changed: +1, -1
1 Modified Path:
/source/blender/render/intern/source/pipeline.c (+1, -1) (Diff)