Blender V4.3
rna_packedfile.cc File Reference
#include <cstdlib>
#include "BLI_utildefines.h"
#include "DNA_packedFile_types.h"
#include "RNA_define.hh"
#include "RNA_enum_types.hh"
#include "BKE_packedFile.hh"
#include "rna_internal.hh"

Go to the source code of this file.

Functions

void RNA_def_packedfile (BlenderRNA *brna)
 

Variables

const EnumPropertyItem rna_enum_unpack_method_items []
 

Function Documentation

◆ RNA_def_packedfile()

Variable Documentation

◆ rna_enum_unpack_method_items

const EnumPropertyItem rna_enum_unpack_method_items[]
Initial value:
= {
{PF_REMOVE, "REMOVE", 0, "Remove Pack", ""},
{PF_USE_LOCAL, "USE_LOCAL", 0, "Use Local File", ""},
{PF_WRITE_LOCAL, "WRITE_LOCAL", 0, "Write Local File (overwrite existing)", ""},
{PF_USE_ORIGINAL, "USE_ORIGINAL", 0, "Use Original File", ""},
{PF_WRITE_ORIGINAL, "WRITE_ORIGINAL", 0, "Write Original File (overwrite existing)", ""},
{0, nullptr, 0, nullptr, nullptr},
}
@ PF_USE_ORIGINAL
@ PF_USE_LOCAL
@ PF_REMOVE
@ PF_WRITE_ORIGINAL
@ PF_WRITE_LOCAL

Definition at line 22 of file rna_packedfile.cc.

Referenced by IMAGE_OT_unpack(), RNA_api_image(), RNA_api_sound(), RNA_api_vfont(), and SOUND_OT_unpack().