Revert "Tag update when using particle edit brushes"
This reverts commit 5dba0b68f8.
Old code was supposed to use this function from draw, and we must never
poke depsgraph from drawing.
This commit is contained in:
@@ -1312,8 +1312,6 @@ void PE_update_object(Depsgraph *depsgraph, Scene *scene, Object *ob, int usefla
|
||||
|
||||
if (edit->psys)
|
||||
edit->psys->flag &= ~PSYS_HAIR_UPDATED;
|
||||
|
||||
DEG_id_tag_update(&ob->id, OB_RECALC_DATA);
|
||||
}
|
||||
|
||||
/************************************************/
|
||||
|
||||
Reference in New Issue
Block a user