This commit is contained in:
Campbell Barton
2015-04-07 08:46:48 +10:00
parent 3dcdacffca
commit 1b9f1519bc
5 changed files with 10 additions and 9 deletions

View File

@@ -40,10 +40,12 @@ struct RenderData;
struct ReportList; struct ReportList;
struct Scene; struct Scene;
int BKE_frameserver_start(void *context_v, struct Scene *scene, struct RenderData *rd, int rectx, int recty, int BKE_frameserver_start(
void *context_v, struct Scene *scene, struct RenderData *rd, int rectx, int recty,
struct ReportList *reports, bool preview, const char *suffix); struct ReportList *reports, bool preview, const char *suffix);
void BKE_frameserver_end(void *context_v); void BKE_frameserver_end(void *context_v);
int BKE_frameserver_append(void *context_v, struct RenderData *rd, int start_frame, int frame, int *pixels, int BKE_frameserver_append(
void *context_v, struct RenderData *rd, int start_frame, int frame, int *pixels,
int rectx, int recty, const char *suffix, struct ReportList *reports); int rectx, int recty, const char *suffix, struct ReportList *reports);
int BKE_frameserver_loop(void *context_v, struct RenderData *rd, struct ReportList *reports); int BKE_frameserver_loop(void *context_v, struct RenderData *rd, struct ReportList *reports);
void *BKE_frameserver_context_create(void); void *BKE_frameserver_context_create(void);

View File

@@ -18,7 +18,7 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file blender/blenlib/intern/filelist.c /** \file blender/blenlib/intern/BLI_filelist.c
* \ingroup bli * \ingroup bli
*/ */

View File

@@ -730,8 +730,7 @@ void blo_do_versions_270(FileData *fd, Library *UNUSED(lib), Main *main)
#undef SEQ_USE_PROXY_CUSTOM_FILE #undef SEQ_USE_PROXY_CUSTOM_FILE
} }
if (!MAIN_VERSION_ATLEAST(main, 274, 4)) if (!MAIN_VERSION_ATLEAST(main, 274, 4)) {
{
SceneRenderView *srv; SceneRenderView *srv;
wmWindowManager *wm; wmWindowManager *wm;
bScreen *screen; bScreen *screen;