added and tweaked effects

This commit is contained in:
itsmattkc
2018-11-15 22:56:26 +11:00
parent a10d486005
commit b264680159
11 changed files with 157 additions and 34 deletions
+2
View File
@@ -116,8 +116,10 @@ void DeleteClipAction::redo() {
// remove ref to clip
ref = seq->clips.at(index);
if (ref->open) {
dout << "closing clip before deleting";
close_clip(ref);
if (ref->multithreaded) ref->cacher->wait();
dout << "FINISHED closing clip before deleting";
}
seq->clips[index] = NULL;