Merge pull request #28516 from Chaosus/fix_vs_mix_title
Renames captions of Scalar/VectorInterp in Visual Shaders
This commit is contained in:
commit
2a8cb46c8e
|
@ -2350,7 +2350,7 @@ VisualShaderNodeVectorRefract::VisualShaderNodeVectorRefract() {
|
|||
////////////// Scalar Interp
|
||||
|
||||
String VisualShaderNodeScalarInterp::get_caption() const {
|
||||
return "ScalarInterp";
|
||||
return "Mix";
|
||||
}
|
||||
|
||||
int VisualShaderNodeScalarInterp::get_input_port_count() const {
|
||||
|
@ -2392,7 +2392,7 @@ VisualShaderNodeScalarInterp::VisualShaderNodeScalarInterp() {
|
|||
////////////// Vector Interp
|
||||
|
||||
String VisualShaderNodeVectorInterp::get_caption() const {
|
||||
return "VectorInterp";
|
||||
return "Mix";
|
||||
}
|
||||
|
||||
int VisualShaderNodeVectorInterp::get_input_port_count() const {
|
||||
|
|
Loading…
Reference in New Issue