[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [15962] trunk/blender/release/scripts/ weightpaint_clean.py: somehow had 1 line with incorrect indent from last commit.

Campbell Barton ideasman42 at gmail.com
Tue Aug 5 01:27:06 CEST 2008


Revision: 15962
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15962
Author:   campbellbarton
Date:     2008-08-05 01:27:06 +0200 (Tue, 05 Aug 2008)

Log Message:
-----------
somehow had 1 line with incorrect indent from last commit.

Modified Paths:
--------------
    trunk/blender/release/scripts/weightpaint_clean.py

Modified: trunk/blender/release/scripts/weightpaint_clean.py
===================================================================
--- trunk/blender/release/scripts/weightpaint_clean.py	2008-08-04 23:20:12 UTC (rev 15961)
+++ trunk/blender/release/scripts/weightpaint_clean.py	2008-08-04 23:27:06 UTC (rev 15962)
@@ -52,7 +52,7 @@
 			l = len(wd)
 			if not PREF_KEEP_SINGLE or l > 1:
 				# cant use iteritems because the dict is having items removed
-					for group in wd.keys():
+				for group in wd.keys():
 					w= wd[group]
 					if w <= PREF_THRESH:
 						# small weight, remove.





More information about the Bf-blender-cvs mailing list