Depsgraph: it is still possible to have non-object to use OB_RECALC_DATA tag

Those flags are to be redone...
This commit is contained in:
Sergey Sharybin 2017-12-13 16:39:03 +01:00
parent 09838ed24c
commit 3a3587f4b2
1 changed files with 2 additions and 1 deletions

View File

@ -117,7 +117,8 @@ void lib_id_recalc_tag_flag(Main *bmain, ID *id, int flag)
}
}
else {
BLI_assert(!"Tagging non-object as object data update");
// BLI_assert(!"Tagging non-object as object data update");
lib_id_recalc_tag(bmain, id);
}
}
if (flag & PSYS_RECALC) {