[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30574] trunk/blender/source/blender/ editors/interface/resources.c: forcing unfied size to off right now, since the other paint modes don't understand it.

Tom Musgrove LetterRip at gmail.com
Wed Jul 21 12:29:23 CEST 2010


Revision: 30574
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30574
Author:   letterrip
Date:     2010-07-21 12:29:23 +0200 (Wed, 21 Jul 2010)

Log Message:
-----------
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).

Modified Paths:
--------------
    trunk/blender/source/blender/editors/interface/resources.c

Modified: trunk/blender/source/blender/editors/interface/resources.c
===================================================================
--- trunk/blender/source/blender/editors/interface/resources.c	2010-07-21 09:46:24 UTC (rev 30573)
+++ trunk/blender/source/blender/editors/interface/resources.c	2010-07-21 10:29:23 UTC (rev 30574)
@@ -1532,6 +1532,6 @@
 	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;
 }





More information about the Bf-blender-cvs mailing list