Merge branch 'blender2.7'

This commit is contained in:
Stefan Werner
2019-03-05 15:06:09 +01:00
20 changed files with 452 additions and 22 deletions

View File

@@ -3480,7 +3480,7 @@ void TextureCoordinateNode::compile(SVMCompiler& compiler)
}
else {
int attr = compiler.attribute(ATTR_STD_UV);
compiler.add_node(attr_node, attr, compiler.stack_assign(out), NODE_ATTR_FLOAT3);
compiler.add_node(attr_node, attr, compiler.stack_assign(out), NODE_ATTR_FLOAT2);
}
}