Forgot this last commit.

This commit is contained in:
Antony Riakiotakis
2015-04-08 12:02:23 +02:00
parent d6d4d5e094
commit bb19c7c3f7

View File

@@ -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);
}
}