Cycles / OSL:

* Layer Weight is now available in OSL.
This commit is contained in:
Thomas Dinges
2012-10-17 16:16:35 +00:00
parent 0c2a1500f2
commit 17c82a7e57
3 changed files with 15 additions and 9 deletions

View File

@@ -2579,7 +2579,7 @@ void LayerWeightNode::compile(SVMCompiler& compiler)
void LayerWeightNode::compile(OSLCompiler& compiler)
{
compiler.add(this, "node_blend_weight");
compiler.add(this, "node_layer_weight");
}
/* Output */