[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30068] branches/soc-2010-jwilkins/source/ blender/blenkernel/intern/brush.c: * removed more unlimited clay

Jason Wilkins Jason.A.Wilkins at gmail.com
Wed Jul 7 06:40:35 CEST 2010


Revision: 30068
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30068
Author:   jwilkins
Date:     2010-07-07 06:40:33 +0200 (Wed, 07 Jul 2010)

Log Message:
-----------
* removed more unlimited clay 

Modified Paths:
--------------
    branches/soc-2010-jwilkins/source/blender/blenkernel/intern/brush.c

Modified: branches/soc-2010-jwilkins/source/blender/blenkernel/intern/brush.c
===================================================================
--- branches/soc-2010-jwilkins/source/blender/blenkernel/intern/brush.c	2010-07-07 02:07:35 UTC (rev 30067)
+++ branches/soc-2010-jwilkins/source/blender/blenkernel/intern/brush.c	2010-07-07 04:40:33 UTC (rev 30068)
@@ -94,10 +94,6 @@
 	//brush->stroke_tool = STROKE_TOOL_FREEHAND;
 	brush->flag |= BRUSH_SPACE;
 	
-	/* UNLIMITED CLAY SETTINGS */
-	brush->detail = 0.25f; /* this is how much to tesselate faces when sculpting with unlimited clay */
-	brush->smoothness = 0.25f;
-
 	/* BRUSH TEXTURE SETTINGS */
 	brush->texture_sample_bias = 0; /* value to added to texture samples */
 





More information about the Bf-blender-cvs mailing list