Blender Git Commit Log
Git Commits -> Revision 268e519
Revision 268e519 by Lukas Toenne (master) October 23, 2013, 11:58 (GMT) |
Fix #37175, Viewer node issue for newly toggled render passes. The RenderLayers node would use the "combined" image result for all passes which don't have a valid render result yet. This causes problems when the buffer element size is not actually 4 floats (RGBA) as with the 3 float normal passes. Also the result is rather meaningless then, so just keep the image buffer at NULL for unavailable passes, which will return plain (0,0,0) color. |
Commit Details:
Full Hash: 268e519b412583da01306c5f9c309fa6327e0e90
SVN Revision: 60907
Parent Commit: 89fc09b
Lines Changed: +1, -1
1 Modified Path:
/source/blender/compositor/operations/COM_RenderLayersProg.cpp (+1, -1) (Diff)