[Bf-blender-cvs] [bb19c7c] master: Forgot this last commit.

Antony Riakiotakis noreply at git.blender.org
Wed Apr 8 12:02:30 CEST 2015


Commit: bb19c7c3f76efc7e2d8b444da479b495bba0ff5a
Author: Antony Riakiotakis
Date:   Wed Apr 8 12:02:23 2015 +0200
Branches: master
https://developer.blender.org/rBbb19c7c3f76efc7e2d8b444da479b495bba0ff5a

Forgot this last commit.

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

M	source/blender/makesrna/intern/rna_scene_api.c

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

diff --git a/source/blender/makesrna/intern/rna_scene_api.c b/source/blender/makesrna/intern/rna_scene_api.c
index 02364d9..9d63dfe 100644
--- a/source/blender/makesrna/intern/rna_scene_api.c
+++ b/source/blender/makesrna/intern/rna_scene_api.c
@@ -133,7 +133,7 @@ static void rna_SceneRender_get_frame_path(RenderData *rd, int frame, int previe
 	else {
 		BKE_image_path_from_imformat(
 		        name, rd->pic, G.main->name, (frame == INT_MIN) ? rd->cfra : frame,
-		        &rd->im_format, (rd->scemode & R_EXTENSION) != 0, true, view);
+		        &rd->im_format, (rd->scemode & R_EXTENSION) != 0, true, suffix);
 	}
 }




More information about the Bf-blender-cvs mailing list