|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| void | CACHEFILE_OT_open (struct wmOperatorType *ot) |
| void | CACHEFILE_OT_reload (struct wmOperatorType *ot) |
/
Definition in file io_cache.h.
| void CACHEFILE_OT_open | ( | struct wmOperatorType * | ot | ) |
Definition at line 120 of file io_cache.c.
References cachefile_open_exec(), cachefile_open_invoke(), wmOperatorType::cancel, wmOperatorType::description, wmOperatorType::exec, FILE_BLENDER, FILE_DEFAULTDISPLAY, FILE_OPENFILE, FILE_SORT_DEFAULT, FILE_TYPE_ALEMBIC, FILE_TYPE_FOLDER, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, open_cancel(), ot, WM_FILESEL_FILEPATH, WM_FILESEL_RELPATH, and WM_operator_properties_filesel().
Referenced by ED_operatortypes_io().
| void CACHEFILE_OT_reload | ( | struct wmOperatorType * | ot | ) |
Definition at line 155 of file io_cache.c.
References cachefile_reload_exec(), wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by ED_operatortypes_io().