Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMai Lavelle <mai.lavelle@gmail.com>2018-02-09 05:37:03 +0300
committerMai Lavelle <mai.lavelle@gmail.com>2018-02-15 11:26:59 +0300
commit5dba0b68f8ba9e9d700c75be6595fb09e6d5c5ea (patch)
treed1a4ae3722f485554ef0fb23eb64b1e997472d40 /source/blender/editors/physics
parenteb0d430b4dde44958a6e3dd583cd2f5718af5516 (diff)
Tag update when using particle edit brushes
Diffstat (limited to 'source/blender/editors/physics')
-rw-r--r--source/blender/editors/physics/particle_edit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/physics/particle_edit.c b/source/blender/editors/physics/particle_edit.c
index 98bd2f9d247..4a807798c20 100644
--- a/source/blender/editors/physics/particle_edit.c
+++ b/source/blender/editors/physics/particle_edit.c
@@ -1315,6 +1315,8 @@ void PE_update_object(const EvaluationContext *eval_ctx, Scene *scene, ViewLayer
if (edit->psys)
edit->psys->flag &= ~PSYS_HAIR_UPDATED;
+
+ DEG_id_tag_update(&ob->id, OB_RECALC_DATA);
}
/************************************************/