Blender
V3.3
|
Go to the source code of this file.
Functions | |
void | CACHEFILE_OT_open (struct wmOperatorType *ot) |
void | CACHEFILE_OT_reload (struct wmOperatorType *ot) |
void | CACHEFILE_OT_layer_add (struct wmOperatorType *ot) |
void | CACHEFILE_OT_layer_remove (struct wmOperatorType *ot) |
void | CACHEFILE_OT_layer_move (struct wmOperatorType *ot) |
/
Definition in file io_cache.h.
void CACHEFILE_OT_layer_add | ( | struct wmOperatorType * | ot | ) |
Definition at line 210 of file io_cache.c.
References cachefile_layer_add_exec(), cachefile_layer_open_invoke(), 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, ot, WM_FILESEL_FILEPATH, WM_FILESEL_RELPATH, and WM_operator_properties_filesel().
Referenced by ED_operatortypes_io().
void CACHEFILE_OT_layer_move | ( | struct wmOperatorType * | ot | ) |
Definition at line 288 of file io_cache.c.
References cachefile_layer_move_exec(), wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, NULL, OPTYPE_REGISTER, OPTYPE_UNDO, ot, RNA_def_enum(), and wmOperatorType::srna.
Referenced by ED_operatortypes_io().
void CACHEFILE_OT_layer_remove | ( | struct wmOperatorType * | ot | ) |
Definition at line 247 of file io_cache.c.
References cachefile_layer_remove_exec(), wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by ED_operatortypes_io().
void CACHEFILE_OT_open | ( | struct wmOperatorType * | ot | ) |
Definition at line 112 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 146 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().