|
Blender V4.3
|
#include <cstdio>#include <cstdlib>#include <cstring>#include <ctime>#include <fcntl.h>#include "DNA_packedFile_types.h"#include "BLI_path_utils.hh"#include "BLI_utildefines.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_api_image_packed_file (StructRNA *srna) |
| void | RNA_api_image (StructRNA *srna) |
| void RNA_api_image | ( | StructRNA * | srna | ) |
Definition at line 276 of file rna_image_api.cc.
References FILE_MAX, FUNC_USE_CONTEXT, FUNC_USE_MAIN, FUNC_USE_REPORTS, PARM_REQUIRED, PF_USE_LOCAL, PROP_BYTESTRING, PROP_STRING, PROP_THICK_WRAP, RNA_def_enum(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_output(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_int(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_ui_text(), RNA_def_string_file_path(), and rna_enum_unpack_method_items.
Referenced by rna_def_image().
| void RNA_api_image_packed_file | ( | StructRNA * | srna | ) |
Definition at line 267 of file rna_image_api.cc.
References FUNC_USE_MAIN, FUNC_USE_REPORTS, RNA_def_function(), RNA_def_function_flag(), and RNA_def_function_ui_description().
Referenced by rna_def_image_packed_files().