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-09 19:01:52 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-04-09 19:02:43 +0300
commitae5f2c202504ad23fe7d2147c0bfd8290d6dad07 (patch)
treef2326dcbcb733bbd470cfc060a68e619151d9267 /source/blender/render/extern/include/RE_pipeline.h
parentb30a2fe3f4e0414483c8408a080fd56bc1ca5958 (diff)
Fix regression after multiview, basically we appended the wrong frames
to movie file. We have to resort to use crappy workarounds with preview arguments again since preview range is only for OpenGL preview.
Diffstat (limited to 'source/blender/render/extern/include/RE_pipeline.h')
-rw-r--r--source/blender/render/extern/include/RE_pipeline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/render/extern/include/RE_pipeline.h b/source/blender/render/extern/include/RE_pipeline.h
index 2a07246eaba..482677c7585 100644
--- a/source/blender/render/extern/include/RE_pipeline.h
+++ b/source/blender/render/extern/include/RE_pipeline.h
@@ -264,7 +264,7 @@ void RE_TileProcessor(struct Render *re);
bool RE_WriteRenderViewsImage(struct ReportList *reports, struct RenderResult *rr, struct Scene *scene, struct Object *camera, const bool stamp, char *name);
bool RE_WriteRenderViewsMovie(struct ReportList *reports, struct RenderResult *rr, struct Scene *scene, struct RenderData *rd,
struct bMovieHandle *mh, const size_t width, const size_t height, void **movie_ctx_arr,
- const size_t totvideos);
+ const size_t totvideos, bool preview);
/* only RE_NewRender() needed, main Blender render calls */
void RE_BlenderFrame(struct Render *re, struct Main *bmain, struct Scene *scene,