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:
authorJoseph Eagar <joeedh@gmail.com>2022-01-29 04:47:00 +0300
committerJoseph Eagar <joeedh@gmail.com>2022-01-29 04:47:00 +0300
commit6a8c9ec763375340d795030e9ba00f82f9c27286 (patch)
tree64ff5728c0da89a625c1aa78de0c7cad73a83490 /source/blender/blenloader/intern/versioning_300.c
parent977031c9d045dbb9845dbbf352e99027d7cd6890 (diff)
temp-sculpt-colors: Make requested changes
Diffstat (limited to 'source/blender/blenloader/intern/versioning_300.c')
-rw-r--r--source/blender/blenloader/intern/versioning_300.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/versioning_300.c b/source/blender/blenloader/intern/versioning_300.c
index b5a383164aa..071520a068c 100644
--- a/source/blender/blenloader/intern/versioning_300.c
+++ b/source/blender/blenloader/intern/versioning_300.c
@@ -1,4 +1,4 @@
-/*
+ /*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -2373,6 +2373,7 @@ void blo_do_versions_300(FileData *fd, Library *UNUSED(lib), Main *bmain)
}
}
+ /* rebuild active/render color attribute references*/
if (!MAIN_VERSION_ATLEAST(bmain, 301, 5)) {
LISTBASE_FOREACH (Mesh *, me, &bmain->meshes) {
for (int step = 0; step < 2; step++) {