From 5d7766f27c00de60bf3eb484ea876e5d5e648e2b Mon Sep 17 00:00:00 2001 From: Florian Heinrich Date: Wed, 21 Apr 2021 15:40:10 +0200 Subject: [PATCH] Add vector multiply for brush vector math node --- Sources/arm/node/NodesBrush.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/arm/node/NodesBrush.hx b/Sources/arm/node/NodesBrush.hx index d910aa1c..516c5b17 100644 --- a/Sources/arm/node/NodesBrush.hx +++ b/Sources/arm/node/NodesBrush.hx @@ -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 }