matrixgenerator: update property

This commit is contained in:
itsmattkc
2022-05-08 12:13:19 -07:00
parent 9bbe39ba46
commit f424c34125
+1 -1
View File
@@ -44,7 +44,7 @@ MatrixGenerator::MatrixGenerator()
AddInput(kScaleInput, NodeValue::kVec2, QVector2D(1.0f, 1.0f));
SetInputProperty(kScaleInput, QStringLiteral("min"), QVector2D(0, 0));
SetInputProperty(kScaleInput, QStringLiteral("view"), FloatSlider::kPercentage);
SetInputProperty(kScaleInput, QStringLiteral("disabley"), true);
SetInputProperty(kScaleInput, QStringLiteral("disable1"), true);
AddInput(kUniformScaleInput, NodeValue::kBoolean, true, InputFlags(kInputFlagNotConnectable | kInputFlagNotKeyframable));