Cycles / OSL:
* Layer Weight is now available in OSL.
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user