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-02-15 20:47:24 +0300
committerJoseph Eagar <joeedh@gmail.com>2022-02-15 20:47:24 +0300
commit626624ca7917faec7a9a9f29cd31905203cfed0b (patch)
tree174b0771a047eacb2d873bf53a2751504de0fc2b /source/blender/blenloader/intern/versioning_300.c
parent69f483650c83e1ce6850b4cf14c050852dd79c06 (diff)
Fix incomplete implementation of
fallback code for active/render color attributes when the relevent active flags do not exist. Also bumped the subversion number.
Diffstat (limited to 'source/blender/blenloader/intern/versioning_300.c')
-rw-r--r--source/blender/blenloader/intern/versioning_300.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/versioning_300.c b/source/blender/blenloader/intern/versioning_300.c
index c88288aabc6..920f9234cf2 100644
--- a/source/blender/blenloader/intern/versioning_300.c
+++ b/source/blender/blenloader/intern/versioning_300.c
@@ -2555,7 +2555,7 @@ void blo_do_versions_300(FileData *fd, Library *UNUSED(lib), Main *bmain)
}
/* rebuild active/render color attribute references*/
- if (!MAIN_VERSION_ATLEAST(bmain, 302, 3)) {
+ if (!MAIN_VERSION_ATLEAST(bmain, 302, 4)) {
LISTBASE_FOREACH (Brush *, br, &bmain->brushes) {
/* buggy code in wm_toolsystem broke smear in old files,
reset to defaults */