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
1 changed files with 2 additions and 2 deletions
|
@ -2350,7 +2350,7 @@ VisualShaderNodeVectorRefract::VisualShaderNodeVectorRefract() {
|
||||||
////////////// Scalar Interp
|
////////////// Scalar Interp
|
||||||
|
|
||||||
String VisualShaderNodeScalarInterp::get_caption() const {
|
String VisualShaderNodeScalarInterp::get_caption() const {
|
||||||
return "ScalarInterp";
|
return "Mix";
|
||||||
}
|
}
|
||||||
|
|
||||||
int VisualShaderNodeScalarInterp::get_input_port_count() const {
|
int VisualShaderNodeScalarInterp::get_input_port_count() const {
|
||||||
|
@ -2392,7 +2392,7 @@ VisualShaderNodeScalarInterp::VisualShaderNodeScalarInterp() {
|
||||||
////////////// Vector Interp
|
////////////// Vector Interp
|
||||||
|
|
||||||
String VisualShaderNodeVectorInterp::get_caption() const {
|
String VisualShaderNodeVectorInterp::get_caption() const {
|
||||||
return "VectorInterp";
|
return "Mix";
|
||||||
}
|
}
|
||||||
|
|
||||||
int VisualShaderNodeVectorInterp::get_input_port_count() const {
|
int VisualShaderNodeVectorInterp::get_input_port_count() const {
|
||||||
|
|
Loading…
Reference in a new issue