projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Undo System: remove accumulate/store modes
[blender.git]
/
source
/
blender
/
editors
/
mesh
/
editmesh_undo.c
diff --git
a/source/blender/editors/mesh/editmesh_undo.c
b/source/blender/editors/mesh/editmesh_undo.c
index cfaa3da2f9b00e9c926616e7404961eb60635b1c..f1b57c8143fbbbb7d98bfa4c776f6a0b906bde53 100644
(file)
--- a/
source/blender/editors/mesh/editmesh_undo.c
+++ b/
source/blender/editors/mesh/editmesh_undo.c
@@
-794,7
+794,6
@@
void ED_mesh_undosys_type(UndoType *ut)
ut->step_foreach_ID_ref = mesh_undosys_foreach_ID_ref;
- ut->mode = BKE_UNDOTYPE_MODE_STORE;
ut->use_context = true;
ut->step_size = sizeof(MeshUndoStep);