Added brightness/contrast node

This commit is contained in:
2007-04-13 03:23:39 +00:00
parent 6ec705e54b
commit f7738575c9
4 changed files with 119 additions and 0 deletions

View File

@@ -2361,6 +2361,8 @@ static void registerCompositNodes(ListBase *ntypelist)
nodeRegisterType(ntypelist, &cmp_node_flip);
nodeRegisterType(ntypelist, &cmp_node_displace);
nodeRegisterType(ntypelist, &cmp_node_mapuv);
nodeRegisterType(ntypelist, &cmp_node_brightcontrast);
}
static void registerShaderNodes(ListBase *ntypelist)