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
/
metaball
/
editmball_undo.c
diff --git
a/source/blender/editors/metaball/editmball_undo.c
b/source/blender/editors/metaball/editmball_undo.c
index c20c61f5a06d7f7668bb40297961dbc097a6f50f..91af12c08a27493db64da84cead9d3c6c125d621 100644
(file)
--- a/
source/blender/editors/metaball/editmball_undo.c
+++ b/
source/blender/editors/metaball/editmball_undo.c
@@
-237,7
+237,6
@@
void ED_mball_undosys_type(UndoType *ut)
ut->step_foreach_ID_ref = mball_undosys_foreach_ID_ref;
- ut->mode = BKE_UNDOTYPE_MODE_STORE;
ut->use_context = true;
ut->step_size = sizeof(MBallUndoStep);