|
Blender
V3.3
|
#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 [] |
| void RNA_def_packedfile | ( | BlenderRNA * | brna | ) |
Definition at line 46 of file rna_packedfile.c.
References NULL, PROP_BYTESTRING, PROP_EDITABLE, PROP_INT, PROP_NONE, PROP_STRING, RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_string_funcs(), RNA_def_property_ui_text(), RNA_def_struct(), and RNA_def_struct_ui_text().
| const EnumPropertyItem rna_enum_unpack_method_items[] |
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().