[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39283] branches/soc-2011-onion/source/ blender/editors/sculpt_paint/paint_uv.c: whoops, forgot that in

Antony Riakiotakis kalast at gmail.com
Thu Aug 11 01:32:33 CEST 2011


Revision: 39283
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39283
Author:   psy-fi
Date:     2011-08-10 23:32:33 +0000 (Wed, 10 Aug 2011)
Log Message:
-----------
whoops, forgot that in

Modified Paths:
--------------
    branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_uv.c

Modified: branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_uv.c
===================================================================
--- branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_uv.c	2011-08-10 23:31:01 UTC (rev 39282)
+++ branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_uv.c	2011-08-10 23:32:33 UTC (rev 39283)
@@ -377,8 +377,8 @@
 				float strength;
 				strength = alpha*brush_curve_strength(brush, dist, radius);
 				normalize_v2(diff);
-				mt->uv[i][0] -= invert*strength*diff[0]*0.001;
-				mt->uv[i][1] -= invert*strength*diff[1]*0.001;
+				mt->uv[i][0] -= strength*diff[0]*0.001;
+				mt->uv[i][1] -= strength*diff[1]*0.001;
 			}
 		}
 	}




More information about the Bf-blender-cvs mailing list