LibOverride: Fix missing ID update tag in BKE_lib_override_library_update.
This commit is contained in:
@@ -1342,6 +1342,7 @@ void BKE_lib_override_library_update(Main *bmain, ID *local)
|
||||
/* Full rebuild of Depsgraph! */
|
||||
/* Note: this is really brute force, in theory updates from RNA should have handle this already,
|
||||
* but for now let's play it safe. */
|
||||
DEG_id_tag_update_ex(bmain, local, ID_RECALC_ALL);
|
||||
DEG_relations_tag_update(bmain);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user