Simple fix for [ #5808 ] Z Combine node accepts only one Z output

This commit is contained in:
Matt Ebb
2007-01-24 02:37:35 +00:00
parent 28e049cb3e
commit 6b179bc2e0

View File

@@ -2383,7 +2383,7 @@ static bNodeSocketType cmp_node_zcombine_in[]= {
};
static bNodeSocketType cmp_node_zcombine_out[]= {
{ SOCK_RGBA, 0, "Image", 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
{ SOCK_VALUE, 1, "Z", 0.8f, 0.8f, 0.8f, 1.0f, 0.0f, 10000.0f},
{ SOCK_VALUE, 0, "Z", 0.8f, 0.8f, 0.8f, 1.0f, 0.0f, 10000.0f},
{ -1, 0, "" }
};