Skip to content
Snippets Groups Projects
Commit ea008f86 authored by Tom Musgrove's avatar Tom Musgrove
Browse files

forcing unfied size to off right now, since the other paint modes don't...

forcing unfied size to off right now, since the other paint modes don't understand it.  It can be renabled if jason has time to look at it (should be an easy fix, but it is far too late in the evening here for me to look).
parent f59afb5f
Branches
Tags
No related merge requests found
......@@ -1532,6 +1532,6 @@ void init_userdef_do_versions(void)
if (U.sculpt_paint_unified_size == 0)
U.sculpt_paint_unified_size = 35;
if (G.main->versionfile < 252 || (G.main->versionfile == 252 && G.main->subversionfile < 5))
U.sculpt_paint_settings |= SCULPT_PAINT_USE_UNIFIED_SIZE;
if (G.main->versionfile < 253 || (G.main->versionfile == 253 && G.main->subversionfile < 1))
U.sculpt_paint_settings &= ~SCULPT_PAINT_USE_UNIFIED_SIZE;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment