transitiontool: updated

This commit is contained in:
itsmattkc
2021-08-16 21:28:13 -07:00
parent cc4ead6935
commit 9dad2ef104
5 changed files with 68 additions and 33 deletions
-3
View File
@@ -46,9 +46,6 @@ Block::Block() :
IgnoreHashingFrom(kLengthInput);
AddInput(kEnabledInput, NodeValue::kBoolean, true, InputFlags(kInputFlagNotConnectable | kInputFlagNotKeyframable));
// A block's length must be greater than 0
set_length_and_media_out(1);
}
QVector<Node::CategoryID> Block::Category() const