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

Log Message:
-----------
* removed more pieces of unlimited_clay

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

Modified: branches/soc-2010-jwilkins/source/blender/blenloader/intern/readfile.c
===================================================================
--- branches/soc-2010-jwilkins/source/blender/blenloader/intern/readfile.c      
2010-07-07 01:47:13 UTC (rev 30066)
+++ branches/soc-2010-jwilkins/source/blender/blenloader/intern/readfile.c      
2010-07-07 02:07:35 UTC (rev 30067)
@@ -10959,11 +10959,6 @@
        {
                Brush *brush;
                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;
                        if (brush->texture_overlay_alpha == 0)
                                brush->texture_overlay_alpha = 33;
 

Modified: branches/soc-2010-jwilkins/source/blender/makesdna/DNA_brush_types.h
===================================================================
--- branches/soc-2010-jwilkins/source/blender/makesdna/DNA_brush_types.h        
2010-07-07 01:47:13 UTC (rev 30066)
+++ branches/soc-2010-jwilkins/source/blender/makesdna/DNA_brush_types.h        
2010-07-07 02:07:35 UTC (rev 30067)
@@ -62,8 +62,6 @@
        short blend, pad;               /* blend mode */
        int size;                       /* brush diameter */
        int flag;                       /* general purpose flag */      
-       float detail;                   /* dynamic subdivission detail */
-       float smoothness;               /* dynamic subdivission smoothness*/
        float jitter;                   /* jitter the position of the brush */
        int spacing;                    /* spacing of paint operations */
        int smooth_stroke_radius;       /* turning radius (in pixels) for 
smooth stroke */


_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to