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

#include <BLO_writefile.h>

Public Attributes

eBLO_WritePathRemap remap_mode
 
uint use_save_versions: 1
 
uint use_save_as_copy: 1
 
uint use_userdef: 1
 
const struct BlendThumbnailthumb
 

Detailed Description

Similar to BlendFileReadParams.

Definition at line 41 of file BLO_writefile.h.

Member Data Documentation

◆ remap_mode

eBLO_WritePathRemap BlendFileWriteParams::remap_mode

Definition at line 42 of file BLO_writefile.h.

◆ thumb

const struct BlendThumbnail* BlendFileWriteParams::thumb

Definition at line 48 of file BLO_writefile.h.

◆ use_save_as_copy

uint BlendFileWriteParams::use_save_as_copy

On write, restore paths after editing them (see BLO_WRITE_PATH_REMAP_RELATIVE).

Definition at line 46 of file BLO_writefile.h.

◆ use_save_versions

uint BlendFileWriteParams::use_save_versions

Save .blend1, .blend2... etc.

Definition at line 44 of file BLO_writefile.h.

◆ use_userdef

uint BlendFileWriteParams::use_userdef

Definition at line 47 of file BLO_writefile.h.


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