[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29208] branches/soc-2010-jwilkins/source/ blender/blenloader/intern/readfile.c: *angry face*

Jason Wilkins Jason.A.Wilkins at gmail.com
Fri Jun 4 04:47:02 CEST 2010


Revision: 29208
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29208
Author:   jwilkins
Date:     2010-06-04 04:47:02 +0200 (Fri, 04 Jun 2010)

Log Message:
-----------
*angry face*

Modified Paths:
--------------
    branches/soc-2010-jwilkins/source/blender/blenloader/intern/readfile.c

Modified: branches/soc-2010-jwilkins/source/blender/blenloader/intern/readfile.c
===================================================================
--- branches/soc-2010-jwilkins/source/blender/blenloader/intern/readfile.c	2010-06-04 02:34:02 UTC (rev 29207)
+++ branches/soc-2010-jwilkins/source/blender/blenloader/intern/readfile.c	2010-06-04 02:47:02 UTC (rev 29208)
@@ -10911,13 +10911,14 @@
 	}
 	{
 		Brush *brush;
-		for (brush= main->brush.first; brush; brush= brush->id.next)
+		for (brush= main->brush.first; brush; brush= brush->id.next) {
 			if(brush->detail == 0.0f)
 				brush->detail = 0.25f;
 		if (brush->smoothness == 0.0f)
 			brush->smoothness = 0.25f;
-	
+		}
 	}
+
 		
 	/* WATCH IT!!!: pointers from libdata have not been converted yet here! */
 	/* WATCH IT 2!: Userdef struct init has to be in editors/interface/resources.c! */





More information about the Bf-blender-cvs mailing list