[Bf-blender-cvs] [91e70def7ef] sculpt-dev: Tweak last commit

Joseph Eagar noreply at git.blender.org
Tue Oct 5 11:45:52 CEST 2021


Commit: 91e70def7ef5c29d0a4f45e60677652a7d933bc2
Author: Joseph Eagar
Date:   Tue Oct 5 02:45:29 2021 -0700
Branches: sculpt-dev
https://developer.blender.org/rB91e70def7ef5c29d0a4f45e60677652a7d933bc2

Tweak last commit

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

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 6486aba9642..08a8bd0ce67 100644
--- a/source/blender/blenloader/intern/versioning_300.c
+++ b/source/blender/blenloader/intern/versioning_300.c
@@ -1749,7 +1749,7 @@ void blo_do_versions_300(FileData *fd, Library *UNUSED(lib), Main *bmain)
     }
   }
 
-  if (MAIN_VERSION_OLDER(bmain, 300, 20) && !MAIN_VERSION_ATLEAST(bmain, 300, 32)) {
+  if (!MAIN_VERSION_ATLEAST(bmain, 300, 32)) {
     LISTBASE_FOREACH (Brush *, brush, &bmain->brushes) {
       if (ELEM(brush->sculpt_tool, SCULPT_TOOL_CLAY, SCULPT_TOOL_CLAY_STRIPS) && brush->channels) {
         BRUSHSET_SET_BOOL(brush->channels, autosmooth_use_spacing, true);



More information about the Bf-blender-cvs mailing list