Cleanup: add comment to fix for T90417

This commit is contained in:
Campbell Barton 2021-08-04 13:13:02 +10:00
parent 0f45576590
commit 10464843dd
1 changed files with 1 additions and 0 deletions

View File

@ -691,6 +691,7 @@ void blo_do_versions_300(FileData *fd, Library *UNUSED(lib), Main *bmain)
}
}
/* Font names were copied directly into ID names, see: T90417. */
if (!MAIN_VERSION_ATLEAST(bmain, 300, 16)) {
ListBase *lb = which_libbase(bmain, ID_VF);
BKE_main_id_repair_duplicate_names_listbase(lb);