Simple fix for [ #5808 ] Z Combine node accepts only one Z output
This commit is contained in:
@@ -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, "" }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user