Cycles: add alpha output to image node.

This commit is contained in:
Brecht Van Lommel
2012-03-28 09:07:43 +00:00
parent d87995a6b1
commit 0dd3408123

View File

@@ -36,6 +36,7 @@ static bNodeSocketTemplate sh_node_tex_image_in[]= {
static bNodeSocketTemplate sh_node_tex_image_out[]= {
{ SOCK_RGBA, 0, "Color", 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f},
{ SOCK_FLOAT, 0, "Alpha", 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f},
{ -1, 0, "" }
};