Cleanup: trailing commas
This commit is contained in:
@@ -30,7 +30,7 @@ static bNodeSocketTemplate inputs[] = {
|
||||
{ SOCK_VECTOR, 1, N_("Upper Right"), 1.0f, 1.0f, 0.0f, 1.0f, 0.0f, 1.0f, PROP_NONE},
|
||||
{ SOCK_VECTOR, 1, N_("Lower Left"), 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f, PROP_NONE},
|
||||
{ SOCK_VECTOR, 1, N_("Lower Right"), 1.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f, PROP_NONE},
|
||||
{ -1, 0, "" }
|
||||
{ -1, 0, "" },
|
||||
};
|
||||
|
||||
static bNodeSocketTemplate outputs[] = {
|
||||
|
@@ -197,7 +197,7 @@ static bNodeSocketTemplate outputs[] = {
|
||||
{ SOCK_RGBA, 0, N_("Image")},
|
||||
{ SOCK_FLOAT, 0, N_("Matte")},
|
||||
{ SOCK_RGBA, 0, N_("Pick")},
|
||||
{ -1, 0, "" }
|
||||
{ -1, 0, "" },
|
||||
};
|
||||
|
||||
void ntreeCompositCryptomatteSyncFromAdd(bNodeTree *UNUSED(ntree), bNode *node)
|
||||
|
Reference in New Issue
Block a user