arranged items so they are inputs of folder rather than outputs

This commit is contained in:
itsmattkc
2021-03-12 12:22:19 +11:00
parent c885fbac5c
commit 500fb58d49
26 changed files with 281 additions and 309 deletions
+1 -3
View File
@@ -47,9 +47,7 @@ bool SaveOTIOTask::Run()
std::vector<opentimelineio::v1_0::SerializableObject*> serialized;
foreach (Item* item, sequences) {
Sequence* seq = static_cast<Sequence*>(item);
foreach (Sequence* seq, sequences) {
auto otio_timeline = SerializeTimeline(seq);
if (otio_timeline) {