Fix #113880: Vector Curve node crashes Hydra render

Fix incorrect input name.

Pull Request: https://projects.blender.org/blender/blender/pulls/113928
This commit is contained in:
georgiy.m.markelov@gmail.com
2023-10-19 14:35:46 +02:00
committed by Brecht Van Lommel
parent 37ab9bb1ed
commit d6b8422193

View File

@@ -113,7 +113,7 @@ NODE_SHADER_MATERIALX_BEGIN
#ifdef WITH_MATERIALX
{
/* TODO: implement */
return get_input_value("Value", NodeItem::Type::Vector3);
return get_input_value("Vector", NodeItem::Type::Vector3);
}
#endif
NODE_SHADER_MATERIALX_END