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
/
physics
/
particle_edit_undo.c
diff --git
a/source/blender/editors/physics/particle_edit_undo.c
b/source/blender/editors/physics/particle_edit_undo.c
index 983397a51fc8cc5b9910191f8589ada7ea9df74f..0ffd6fb5a94bd6645f2972d604c787810bc2d07c 100644
(file)
--- a/
source/blender/editors/physics/particle_edit_undo.c
+++ b/
source/blender/editors/physics/particle_edit_undo.c
@@
-283,7
+283,6
@@
void ED_particle_undosys_type(UndoType *ut)
ut->step_foreach_ID_ref = particle_undosys_foreach_ID_ref;
- ut->mode = BKE_UNDOTYPE_MODE_STORE;
ut->use_context = true;
ut->step_size = sizeof(ParticleUndoStep);