Blender
V3.3
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "DNA_packedFile_types.h"
#include "BLI_path_util.h"
#include "BLI_utildefines.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_api_image_packed_file (StructRNA *srna) |
void | RNA_api_image (StructRNA *srna) |
Definition at line 239 of file rna_image_api.c.
References FILE_MAX, FUNC_USE_CONTEXT, FUNC_USE_MAIN, FUNC_USE_REPORTS, NULL, 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().
Definition at line 230 of file rna_image_api.c.
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().