[Bf-blender-cvs] [01f21f8] master: Report proper frame and time to the console when doing compositing

Sergey Sharybin noreply at git.blender.org
Wed Jun 17 16:30:28 CEST 2015


Commit: 01f21f8026474018067494952f5842104550e76b
Author: Sergey Sharybin
Date:   Wed Jun 17 16:29:51 2015 +0200
Branches: master
https://developer.blender.org/rB01f21f8026474018067494952f5842104550e76b

Report proper frame and time to the console when doing compositing

===================================================================

M	source/blender/render/intern/source/pipeline.c

===================================================================

diff --git a/source/blender/render/intern/source/pipeline.c b/source/blender/render/intern/source/pipeline.c
index 20883aa..f2851e2 100644
--- a/source/blender/render/intern/source/pipeline.c
+++ b/source/blender/render/intern/source/pipeline.c
@@ -2520,6 +2520,8 @@ static void do_render_composite_fields_blur_3d(Render *re)
 				/* in case it was never initialized */
 				R.sdh = re->sdh;
 				R.stats_draw = re->stats_draw;
+				R.i.starttime = re->i.starttime;
+				R.i.cfra = re->i.cfra;
 				
 				if (update_newframe)
 					BKE_scene_update_for_newframe(re->eval_ctx, re->main, re->scene, re->lay);




More information about the Bf-blender-cvs mailing list