Blender V2.61 - r43446
Functions | Variables

rna_packedfile.c File Reference

#include <stdlib.h>
#include "RNA_define.h"
#include "rna_internal.h"
#include "DNA_packedFile_types.h"

Go to the source code of this file.

Functions

void RNA_def_packedfile (BlenderRNA *brna)

Variables

EnumPropertyItem unpack_method_items []

Detailed Description

Definition in file rna_packedfile.c.


Function Documentation

void RNA_def_packedfile ( BlenderRNA brna)

Variable Documentation

Initial value:
 {
    {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}}

Definition at line 36 of file rna_packedfile.c.

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