Tweak last commit

This commit is contained in:
Joseph Eagar 2021-10-05 02:45:29 -07:00
parent 73bd469fe0
commit 91e70def7e
1 changed files with 1 additions and 1 deletions

View File

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