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:
authorAntony Riakiotakis <kalast@gmail.com>2015-04-08 13:02:23 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-04-08 13:02:23 +0300
commitbb19c7c3f76efc7e2d8b444da479b495bba0ff5a (patch)
tree848bf841bc3a4eeac4a258bf8b3aee7396a0730c /source/blender/makesrna/intern/rna_scene_api.c
parentd6d4d5e094eae31b33c844c3d4f9602e6377de4b (diff)
Forgot this last commit.
Diffstat (limited to 'source/blender/makesrna/intern/rna_scene_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_scene_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_scene_api.c b/source/blender/makesrna/intern/rna_scene_api.c
index 02364d9b3a9..9d63dfe0f55 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);
}
}