Cleanup: use DEG tag flags, instead of old OB ones.

Having those two in parallel is ratehr confusing... :/
This commit is contained in:
Bastien Montagne 2018-06-18 18:42:42 +02:00
parent 4efe8fc806
commit 594bcf934e
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ static int foreach_libblock_remap_callback(void *user_data, ID *id_self, ID **id
else {
if (!is_never_null) {
*id_p = new_id;
DEG_id_tag_update_ex(id_remap_data->bmain, id_self, OB_RECALC_OB | OB_RECALC_DATA | OB_RECALC_TIME);
DEG_id_tag_update_ex(id_remap_data->bmain, id_self, DEG_TAG_TRANSFORM | DEG_TAG_TIME | DEG_TAG_GEOMETRY);
}
if (cb_flag & IDWALK_CB_USER) {
id_us_min(old_id);