multicamnode: offset 1 and min 0

This commit is contained in:
itsmattkc
2022-09-25 18:06:27 -07:00
parent ed58d54fa7
commit e4c2f37adc
+4
View File
@@ -11,6 +11,10 @@ MultiCamNode::MultiCamNode()
{
AddInput(kCurrentInput, NodeValue::kInt, InputFlags(kInputFlagStatic));
// Make current index start at 1 instead of 0
SetInputProperty(kCurrentInput, QStringLiteral("offset"), 1);
SetInputProperty(kCurrentInput, QStringLiteral("min"), 0);
AddInput(kSourcesInput, NodeValue::kNone, InputFlags(kInputFlagNotKeyframable | kInputFlagArray));
}