Cycles / OSL:
* Remove declaration of node_blend_weight_texture from cmake, does not exist, and match node_blend_weight name in nodes.cpp with the actual file.
This commit is contained in:
@@ -2408,7 +2408,7 @@ void LayerWeightNode::compile(SVMCompiler& compiler)
|
||||
|
||||
void LayerWeightNode::compile(OSLCompiler& compiler)
|
||||
{
|
||||
compiler.add(this, "node_layer_height");
|
||||
compiler.add(this, "node_blend_weight");
|
||||
}
|
||||
|
||||
/* Output */
|
||||
|
Reference in New Issue
Block a user