Merge branch 'rational_slider' of https://github.com/ThomasWilshaw/olive into ThomasWilshaw-rational_slider

This commit is contained in:
itsmattkc
2021-04-16 14:15:58 +10:00
21 changed files with 516 additions and 34 deletions
+1
View File
@@ -43,6 +43,7 @@ Block::Block() :
out_transition_(nullptr)
{
AddInput(kLengthInput, NodeValue::kRational, InputFlags(kInputFlagNotConnectable | kInputFlagNotKeyframable));
SetInputProperty(kLengthInput, "min", QVariant::fromValue(rational(0, 1)));
IgnoreInvalidationsFrom(kLengthInput);
IgnoreHashingFrom(kLengthInput);