Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-08-04 06:13:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-08-04 06:34:02 +0300
commit10464843dd3b175c0841f8d9a3f26751c12c8579 (patch)
treeb41f41b4512087ac07022cf3b27ffe42e9e1e5e8
parent0f455765907528ea9d6c15e9d224d81d507e51ad (diff)
Cleanup: add comment to fix for T90417
-rw-r--r--source/blender/blenloader/intern/versioning_300.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/versioning_300.c b/source/blender/blenloader/intern/versioning_300.c
index 7b5f95408ea..f1f7f2edd35 100644
--- a/source/blender/blenloader/intern/versioning_300.c
+++ b/source/blender/blenloader/intern/versioning_300.c
@@ -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);