Tag update when using particle edit brushes

This commit is contained in:
Mai Lavelle
2018-02-08 21:37:03 -05:00
parent eb0d430b4d
commit 5dba0b68f8

View File

@@ -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);
}
/************************************************/