|
Blender V4.3
|
#include <BKE_writemovie.hh>
Public Attributes | |
| bool(* | start_movie )(void *context_v, const Scene *scene, RenderData *rd, int rectx, int recty, ReportList *reports, bool preview, const char *suffix) |
| bool(* | append_movie )(void *context_v, RenderData *rd, int start_frame, int frame, const ImBuf *image, const char *suffix, ReportList *reports) |
| void(* | end_movie )(void *context_v) |
| void(* | get_movie_path )(char filepath[1024], const RenderData *rd, bool preview, const char *suffix) |
| void *(* | context_create )() |
| void(* | context_free )(void *context_v) |
Definition at line 18 of file BKE_writemovie.hh.
| bool(* bMovieHandle::append_movie) (void *context_v, RenderData *rd, int start_frame, int frame, const ImBuf *image, const char *suffix, ReportList *reports) |
Definition at line 27 of file BKE_writemovie.hh.
Referenced by BKE_movie_handle_get(), and RE_WriteRenderViewsMovie().
| void *(* bMovieHandle::context_create) () |
Definition at line 42 of file BKE_writemovie.hh.
Referenced by BKE_movie_handle_get(), RE_RenderAnim(), and screen_opengl_render_anim_init().
| void(* bMovieHandle::context_free) (void *context_v) |
Definition at line 43 of file BKE_writemovie.hh.
Referenced by BKE_movie_handle_get(), re_movie_free_all(), and screen_opengl_render_end().
| void(* bMovieHandle::end_movie) (void *context_v) |
Definition at line 34 of file BKE_writemovie.hh.
Referenced by BKE_movie_handle_get(), re_movie_free_all(), and screen_opengl_render_end().
| void(* bMovieHandle::get_movie_path) (char filepath[1024], const RenderData *rd, bool preview, const char *suffix) |
Definition at line 37 of file BKE_writemovie.hh.
Referenced by BKE_movie_filepath_get(), and BKE_movie_handle_get().
| bool(* bMovieHandle::start_movie) (void *context_v, const Scene *scene, RenderData *rd, int rectx, int recty, ReportList *reports, bool preview, const char *suffix) |
Definition at line 19 of file BKE_writemovie.hh.
Referenced by BKE_movie_handle_get(), RE_RenderAnim(), and screen_opengl_render_anim_init().