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:
Thomas Dinges
2012-09-02 12:46:54 +00:00
parent 23dca13691
commit 25fc454ce0
2 changed files with 1 additions and 2 deletions

View File

@@ -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 */