|
Blender V4.3
|
#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 [] |
| void RNA_def_packedfile | ( | BlenderRNA * | brna | ) |
Definition at line 48 of file rna_packedfile.cc.
References 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 22 of file rna_packedfile.cc.
Referenced by IMAGE_OT_unpack(), RNA_api_image(), RNA_api_sound(), RNA_api_vfont(), and SOUND_OT_unpack().