[Bf-blender-cvs] [8afb375] gooseberry_farm: Report proper frame and time to the console when doing compositing

Sergey Sharybin noreply at git.blender.org
Wed Jun 17 16:34:04 CEST 2015


Commit: 8afb375ab9fc13ffcdfc013b1c0b3f5b3f115463
Author: Sergey Sharybin
Date:   Wed Jun 17 16:29:51 2015 +0200
Branches: gooseberry_farm
https://developer.blender.org/rB8afb375ab9fc13ffcdfc013b1c0b3f5b3f115463

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 0859e77..e381747 100644
--- a/source/blender/render/intern/source/pipeline.c
+++ b/source/blender/render/intern/source/pipeline.c
@@ -2494,6 +2494,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