[Bf-blender-cvs] [5dba971] blender-v2.75-release: Report proper frame and time to the console when doing compositing

Sergey Sharybin noreply at git.blender.org
Thu Jun 18 17:38:01 CEST 2015


Commit: 5dba971631d7508e53a0e7cbe008290e424de02b
Author: Sergey Sharybin
Date:   Wed Jun 17 16:29:51 2015 +0200
Branches: blender-v2.75-release
https://developer.blender.org/rB5dba971631d7508e53a0e7cbe008290e424de02b

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 da16d2b..10e2a47 100644
--- a/source/blender/render/intern/source/pipeline.c
+++ b/source/blender/render/intern/source/pipeline.c
@@ -2516,6 +2516,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