Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanne Karhu <jhkarh@gmail.com>2010-10-23 02:31:40 +0400
committerJanne Karhu <jhkarh@gmail.com>2010-10-23 02:31:40 +0400
commit3161622f4cd88a5fc182ee7a81949f6061d89186 (patch)
tree19f0fba244d5fe74fc6871ca20784a9d424268d5
parenta77301839d8780f7d0ffed6c050ef2131f84b419 (diff)
Fix for [#24361] Only first frame is working with glow in Render Animation using Video Editing - Effect - Glow
-rw-r--r--source/blender/render/intern/source/pipeline.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/render/intern/source/pipeline.c b/source/blender/render/intern/source/pipeline.c
index 1feb43c04dd..ca9aef24803 100644
--- a/source/blender/render/intern/source/pipeline.c
+++ b/source/blender/render/intern/source/pipeline.c
@@ -2530,6 +2530,9 @@ static void do_render_seq(Render * re)
}
BLI_rw_mutex_unlock(&re->resultmutex);
+
+ /* just in case this flag went missing at some point */
+ re->r.scemode |= R_DOSEQ;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */