Blender  V3.3
Public Attributes | List of all members
ImageSaveOptions Struct Reference

#include <BKE_image_save.h>

Public Attributes

struct Mainbmain
 
struct Scenescene
 
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
 

Detailed Description

Definition at line 24 of file BKE_image_save.h.

Member Data Documentation

◆ bmain

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().

◆ do_newpath

bool ImageSaveOptions::do_newpath

◆ filepath

char ImageSaveOptions::filepath[1024]

◆ im_format

struct ImageFormatData ImageSaveOptions::im_format

◆ prev_imtype

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().

◆ prev_save_as_render

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().

◆ relative

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().

◆ save_as_render

bool ImageSaveOptions::save_as_render

◆ save_copy

bool ImageSaveOptions::save_copy

◆ scene

struct Scene* ImageSaveOptions::scene

The documentation for this struct was generated from the following file: