Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_undo.h
| Show First 20 Lines • Show All 81 Lines • ▼ Show 20 Lines | void ED_undo_object_set_active_or_warn(struct ViewLayer *view_layer, | ||||
| struct CLG_LogRef *log); | struct CLG_LogRef *log); | ||||
| /* undo_system_types.c */ | /* undo_system_types.c */ | ||||
| void ED_undosys_type_init(void); | void ED_undosys_type_init(void); | ||||
| void ED_undosys_type_free(void); | void ED_undosys_type_free(void); | ||||
| /* memfile_undo.c */ | /* memfile_undo.c */ | ||||
| struct MemFile *ED_undosys_stack_memfile_get_active(struct UndoStack *ustack); | struct MemFile *ED_undosys_stack_memfile_get_active(struct UndoStack *ustack); | ||||
| void ED_undosys_stack_memfile_id_changed_tag(struct UndoStack *ustack, struct ID *id); | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||