|
Blender V4.3
|
#include <BKE_image_save.hh>
Public Attributes | |
| Main * | bmain |
| Scene * | scene |
| 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 21 of file BKE_image_save.hh.
| Main* ImageSaveOptions::bmain |
Definition at line 23 of file BKE_image_save.hh.
Referenced by BKE_image_save_options_init(), image_save_update_filepath(), and blender::io::usd::process_usdz_textures().
| bool ImageSaveOptions::do_newpath |
Definition at line 34 of file BKE_image_save.hh.
Referenced by image_save_as_init(), image_save_post(), and image_save_update_filepath().
| char ImageSaveOptions::filepath[1024] |
Definition at line 28 of file BKE_image_save.hh.
Referenced by BKE_image_save(), BKE_image_save_options_init(), blender::io::hydra::cache_image_file(), image_save_as_init(), image_save_as_invoke(), image_save_exec(), image_save_options_from_op(), image_save_single(), and save_image_op().
| ImageFormatData ImageSaveOptions::im_format |
Definition at line 27 of file BKE_image_save.hh.
Referenced by BKE_image_save_options_free(), BKE_image_save_options_init(), BKE_image_save_options_update(), blender::io::hydra::cache_image_file(), image_save_as_check(), image_save_as_draw(), image_save_post(), and image_save_single().
| int ImageSaveOptions::prev_imtype |
Definition at line 38 of file BKE_image_save.hh.
Referenced by BKE_image_save_options_init(), and BKE_image_save_options_update().
| bool ImageSaveOptions::prev_save_as_render |
Definition at line 37 of file BKE_image_save.hh.
Referenced by BKE_image_save_options_init(), and BKE_image_save_options_update().
| bool ImageSaveOptions::relative |
Definition at line 31 of file BKE_image_save.hh.
Referenced by image_save_options_from_op(), and image_save_update_filepath().
| bool ImageSaveOptions::save_as_render |
Definition at line 33 of file BKE_image_save.hh.
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 32 of file BKE_image_save.hh.
Referenced by blender::io::hydra::cache_image_file(), image_save_as_exec(), image_save_options_from_op(), and image_save_single().
| Scene* ImageSaveOptions::scene |
Definition at line 24 of file BKE_image_save.hh.
Referenced by BKE_image_save(), BKE_image_save_options_init(), BKE_image_save_options_update(), and image_save_single().