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:
committed by
Brecht Van Lommel
parent
37ab9bb1ed
commit
d6b8422193
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user