Blender
V3.3
|
#include <file_intern.h>
Public Attributes | |
onReloadFn | on_reload |
onReloadFnData | on_reload_custom_data |
bool | is_blendfile_status_set |
bool | is_blendfile_readable |
ReportList | is_blendfile_readable_reports |
Definition at line 170 of file file_intern.h.
bool SpaceFile_Runtime::is_blendfile_readable |
Definition at line 179 of file file_intern.h.
Referenced by file_draw_hint_if_invalid().
ReportList SpaceFile_Runtime::is_blendfile_readable_reports |
Definition at line 180 of file file_intern.h.
Referenced by file_draw_hint_if_invalid(), file_free(), and file_init().
bool SpaceFile_Runtime::is_blendfile_status_set |
Definition at line 178 of file file_intern.h.
Referenced by file_draw_hint_if_invalid(), and file_refresh().
onReloadFn SpaceFile_Runtime::on_reload |
Definition at line 173 of file file_intern.h.
Referenced by file_on_reload_callback_call(), and file_on_reload_callback_register().
onReloadFnData SpaceFile_Runtime::on_reload_custom_data |
Definition at line 174 of file file_intern.h.
Referenced by file_on_reload_callback_call(), and file_on_reload_callback_register().