reduced the output of some nodes

Some nodes don't need to provide all their inputs merged as outputs.
This commit is contained in:
itsmattkc
2019-12-10 00:37:06 +11:00
parent 2fb4047e6f
commit f46b1245c4
7 changed files with 29 additions and 5 deletions
+1 -3
View File
@@ -103,10 +103,8 @@ void Node::InvalidateCache(const rational &start_range, const rational &end_rang
TimeRange Node::InputTimeAdjustment(NodeInput *input, const TimeRange &input_time) const
{
Q_UNUSED(input)
// Default behavior is no time adjustment at all
Q_UNUSED(input)
return input_time;
}