Blender Git Commit Log

Git Commits -> Revision 89dd5e9

Revision 89dd5e9 by Lukas Toenne (master)
October 12, 2011, 13:07 (GMT)
Fix for #28876, alpha over with empty image node gives black result.

The image node output is the default value when no image is selected. In pre-2.60 this was always initialized to 0 alpha, the defaults written in the node socket templates were completely ignored for outputs (except for value and RGB input nodes, which use these as button values). Now the stack values are initialized with the template defaults, which are all 0 by default. This patch changes alpha to 0 for image and render layer outputs too.

Commit Details:

Full Hash: 89dd5e933f01853abdba9249dd2823ac53562c6d
SVN Revision: 40955
Parent Commit: a85f595
Lines Changed: +25, -1

2 Modified Paths:

/source/blender/blenloader/intern/readfile.c (+24, -0) (Diff)
/source/blender/nodes/composite/nodes/node_composite_image.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021