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:
Tom Musgrove
2010-07-21 10:29:23 +00:00
parent f59afb5f99
commit ea008f862d

View File

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