|
Blender V5.0
|
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 215 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 293 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 252 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 117 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 151 of file io_cache.cc.
References cachefile_reload_exec(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by ED_operatortypes_io().