Renames captions of Scalar/VectorInterp in Visual Shaders
This commit is contained in:
parent
7018de8425
commit
4131b2b891
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue