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).
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user