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
Notes: blender-bot 2023-02-14 10:11:49 +01:00
Referenced by commit 783bb4e1cd, Revert "Tag update when using particle edit brushes"
1 changed files with 2 additions and 0 deletions

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