[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29146] branches/soc-2010-jwilkins/source/ blender/makesdna/DNA_brush_types.h: fix bug - 'detail' enabled when ' original normal' enabled

Tom Musgrove LetterRip at gmail.com
Wed Jun 2 01:23:02 CEST 2010


Revision: 29146
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29146
Author:   letterrip
Date:     2010-06-02 01:23:01 +0200 (Wed, 02 Jun 2010)

Log Message:
-----------
fix bug - 'detail' enabled when 'original normal' enabled

Modified Paths:
--------------
    branches/soc-2010-jwilkins/source/blender/makesdna/DNA_brush_types.h

Modified: branches/soc-2010-jwilkins/source/blender/makesdna/DNA_brush_types.h
===================================================================
--- branches/soc-2010-jwilkins/source/blender/makesdna/DNA_brush_types.h	2010-06-01 23:06:14 UTC (rev 29145)
+++ branches/soc-2010-jwilkins/source/blender/makesdna/DNA_brush_types.h	2010-06-01 23:23:01 UTC (rev 29146)
@@ -96,7 +96,7 @@
 #define BRUSH_OFFSET_PRESSURE	65536
 //#define BRUSH_SPACE_ATTEN	
 //#define BRUSH_ADAPTIVE_SPACE
-#define BRUSH_SUBDIV			32768			
+#define BRUSH_SUBDIV		131072				
 
 /* Brush stroke_tool */
 //#define STROKE_TOOL_DOTS	1





More information about the Bf-blender-cvs mailing list