Blender  V3.3
Functions | Variables
rna_packedfile.c File Reference
#include <stdlib.h>
#include "BLI_utildefines.h"
#include "DNA_packedFile_types.h"
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "BKE_packedFile.h"
#include "rna_internal.h"

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

void RNA_def_packedfile ( BlenderRNA brna)

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, NULL, 0, NULL, NULL},
}
@ PF_USE_ORIGINAL
@ PF_USE_LOCAL
@ PF_REMOVE
@ PF_WRITE_ORIGINAL
@ PF_WRITE_LOCAL

Definition at line 20 of file rna_packedfile.c.

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