Cycles Hair:

* Implemented the Hair Info Node for OSL.
This commit is contained in:
Thomas Dinges
2012-12-29 01:57:32 +00:00
parent 4a427d8e0d
commit 6b05c887d3
5 changed files with 66 additions and 1 deletions

View File

@@ -2283,7 +2283,7 @@ void HairInfoNode::compile(SVMCompiler& compiler)
void HairInfoNode::compile(OSLCompiler& compiler)
{
compiler.add(this, "NODE_HAIR_INFO");
compiler.add(this, "node_hair_info");
}
/* Value */