|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| void | CACHEFILE_OT_open (wmOperatorType *ot) |
| void | CACHEFILE_OT_reload (wmOperatorType *ot) |
| void | CACHEFILE_OT_layer_add (wmOperatorType *ot) |
| void | CACHEFILE_OT_layer_remove (wmOperatorType *ot) |
| void | CACHEFILE_OT_layer_move (wmOperatorType *ot) |
/
Definition in file io_cache.hh.
| void CACHEFILE_OT_layer_add | ( | wmOperatorType * | ot | ) |
Definition at line 211 of file io_cache.cc.
References cachefile_layer_add_exec(), cachefile_layer_open_invoke(), FILE_BLENDER, FILE_DEFAULTDISPLAY, FILE_OPENFILE, FILE_SORT_DEFAULT, FILE_TYPE_ALEMBIC, FILE_TYPE_FOLDER, FILE_TYPE_USD, ot, WM_FILESEL_FILEPATH, WM_FILESEL_RELPATH, and WM_operator_properties_filesel().
Referenced by ED_operatortypes_io().
| void CACHEFILE_OT_layer_move | ( | wmOperatorType * | ot | ) |
Definition at line 289 of file io_cache.cc.
References cachefile_layer_move_exec(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, and RNA_def_enum().
Referenced by ED_operatortypes_io().
| void CACHEFILE_OT_layer_remove | ( | wmOperatorType * | ot | ) |
Definition at line 248 of file io_cache.cc.
References cachefile_layer_remove_exec(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by ED_operatortypes_io().
| void CACHEFILE_OT_open | ( | wmOperatorType * | ot | ) |
Definition at line 115 of file io_cache.cc.
References cachefile_open_exec(), cachefile_open_invoke(), FILE_BLENDER, FILE_DEFAULTDISPLAY, FILE_OPENFILE, FILE_SORT_DEFAULT, FILE_TYPE_ALEMBIC, FILE_TYPE_FOLDER, FILE_TYPE_USD, open_cancel(), ot, WM_FILESEL_FILEPATH, WM_FILESEL_RELPATH, and WM_operator_properties_filesel().
Referenced by ED_operatortypes_io().
| void CACHEFILE_OT_reload | ( | wmOperatorType * | ot | ) |
Definition at line 149 of file io_cache.cc.
References cachefile_reload_exec(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by ED_operatortypes_io().