[Bf-blender-cvs] [16cd543e4fd] soc-2021-uv-editor-improvements: Cleanup: add comment to fix for T90417

Campbell Barton noreply at git.blender.org
Mon Aug 9 03:24:38 CEST 2021


Commit: 16cd543e4fdfbdd3178aabba3aa338cee3891b54
Author: Campbell Barton
Date:   Wed Aug 4 13:13:02 2021 +1000
Branches: soc-2021-uv-editor-improvements
https://developer.blender.org/rB16cd543e4fdfbdd3178aabba3aa338cee3891b54

Cleanup: add comment to fix for T90417

===================================================================

M	source/blender/blenloader/intern/versioning_300.c

===================================================================

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);



More information about the Bf-blender-cvs mailing list