projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Particles: bugfixes
[blender.git]
/
source
/
blender
/
editors
/
physics
/
particle_edit.c
diff --git
a/source/blender/editors/physics/particle_edit.c
b/source/blender/editors/physics/particle_edit.c
index 349db7746a13e10a73377d1749854407ba53fca8..7c6b3a5ee2653b5a195ad595c0bb57817313338a 100644
(file)
--- a/
source/blender/editors/physics/particle_edit.c
+++ b/
source/blender/editors/physics/particle_edit.c
@@
-4024,6
+4024,7
@@
static int clear_edited_exec(bContext *C, wmOperator *op)
psys->flag &= ~PSYS_EDITED;
psys_reset(psys, PSYS_RESET_DEPSGRAPH);
+ WM_event_add_notifier(C, NC_OBJECT|ND_PARTICLE_DATA, ob);
DAG_id_flush_update(&ob->id, OB_RECALC_DATA);
}
}