Blender
V3.3
|
#include <BKE_image_save.h>
Public Attributes | |
struct Main * | bmain |
struct Scene * | scene |
struct ImageFormatData | im_format |
char | filepath [1024] |
bool | relative |
bool | save_copy |
bool | save_as_render |
bool | do_newpath |
bool | prev_save_as_render |
int | prev_imtype |
Definition at line 24 of file BKE_image_save.h.
struct Main* ImageSaveOptions::bmain |
Definition at line 26 of file BKE_image_save.h.
Referenced by BKE_image_save_options_init(), and image_save_update_filepath().
bool ImageSaveOptions::do_newpath |
Definition at line 37 of file BKE_image_save.h.
Referenced by image_save_as_init(), image_save_post(), and image_save_update_filepath().
char ImageSaveOptions::filepath[1024] |
Definition at line 31 of file BKE_image_save.h.
Referenced by BKE_image_save(), BKE_image_save_options_init(), image_save_as_init(), image_save_as_invoke(), image_save_exec(), image_save_options_from_op(), image_save_single(), and save_image_op().
struct ImageFormatData ImageSaveOptions::im_format |
Definition at line 27 of file BKE_image_save.h.
Referenced by BKE_image_save_options_free(), BKE_image_save_options_init(), BKE_image_save_options_update(), image_save_as_check(), image_save_as_draw(), image_save_post(), and image_save_single().
int ImageSaveOptions::prev_imtype |
Definition at line 41 of file BKE_image_save.h.
Referenced by BKE_image_save_options_init(), and BKE_image_save_options_update().
bool ImageSaveOptions::prev_save_as_render |
Definition at line 40 of file BKE_image_save.h.
Referenced by BKE_image_save_options_init(), and BKE_image_save_options_update().
bool ImageSaveOptions::relative |
Definition at line 34 of file BKE_image_save.h.
Referenced by image_save_options_from_op(), and image_save_update_filepath().
bool ImageSaveOptions::save_as_render |
Definition at line 36 of file BKE_image_save.h.
Referenced by BKE_image_save_options_init(), BKE_image_save_options_update(), image_save_as_init(), image_save_options_from_op(), image_save_post(), and image_save_single().
bool ImageSaveOptions::save_copy |
Definition at line 35 of file BKE_image_save.h.
Referenced by image_save_as_exec(), image_save_options_from_op(), and image_save_single().
struct Scene* ImageSaveOptions::scene |
Definition at line 27 of file BKE_image_save.h.
Referenced by BKE_image_save(), BKE_image_save_options_init(), BKE_image_save_options_update(), and image_save_single().