[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30344] trunk/blender/source/blender/ editors/sculpt_paint/paint_stroke.c: mistake in recent commit, set all axis values.

Campbell Barton ideasman42 at gmail.com
Wed Jul 14 22:19:54 CEST 2010


Revision: 30344
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30344
Author:   campbellbarton
Date:     2010-07-14 22:19:53 +0200 (Wed, 14 Jul 2010)

Log Message:
-----------
mistake in recent commit, set all axis values.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/sculpt_paint/paint_stroke.c

Modified: trunk/blender/source/blender/editors/sculpt_paint/paint_stroke.c
===================================================================
--- trunk/blender/source/blender/editors/sculpt_paint/paint_stroke.c	2010-07-14 20:18:19 UTC (rev 30343)
+++ trunk/blender/source/blender/editors/sculpt_paint/paint_stroke.c	2010-07-14 20:19:53 UTC (rev 30344)
@@ -243,8 +243,8 @@
 	}
 	else {
 		snap->brush_map_mode = -1;
-		snap->ofs[0]= snap->ofs[0]= snap->ofs[0]= -1;
-		snap->size[0]= snap->size[0]= snap->size[0]= -1;
+		snap->ofs[0]= snap->ofs[1]= snap->ofs[2]= -1;
+		snap->size[0]= snap->size[1]= snap->size[2]= -1;
 		snap->rot = -1;
 	}
 





More information about the Bf-blender-cvs mailing list