Add vector multiply for brush vector math node

This commit is contained in:
Florian Heinrich
2021-04-21 15:40:10 +02:00
parent 5758728111
commit 5d7766f27c
+1 -1
View File
@@ -465,7 +465,7 @@ class NodesBrush {
{
name: _tr("operation"),
type: "ENUM",
data: ["Add", "Subtract", "Average", "Dot Product", "Cross Product", "Normalize"],
data: ["Add", "Subtract", "Average", "Dot Product", "Cross Product", "Normalize", "Multiply" ],
default_value: 0,
output: 0
}