[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [56224] trunk/blender/source/blender/ editors/sculpt_paint/paint_cursor.c: Fix silly mistake, cursor overlay does not depend on any brush texture

Antony Riakiotakis kalast at gmail.com
Mon Apr 22 23:10:51 CEST 2013


Revision: 56224
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=56224
Author:   psy-fi
Date:     2013-04-22 21:10:50 +0000 (Mon, 22 Apr 2013)
Log Message:
-----------
Fix silly mistake, cursor overlay does not depend on any brush texture
mapping

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

Modified: trunk/blender/source/blender/editors/sculpt_paint/paint_cursor.c
===================================================================
--- trunk/blender/source/blender/editors/sculpt_paint/paint_cursor.c	2013-04-22 20:53:30 UTC (rev 56223)
+++ trunk/blender/source/blender/editors/sculpt_paint/paint_cursor.c	2013-04-22 21:10:50 UTC (rev 56224)
@@ -317,8 +317,6 @@
 	int j;
 	int refresh;
 
-	if (br->mtex.brush_map_mode != MTEX_MAP_MODE_VIEW && !br->mtex.tex) return 0;
-
 	refresh =
 	    !overlay_texture ||
 	    (overlay_flags & PAINT_INVALID_OVERLAY_CURVE) ||




More information about the Bf-blender-cvs mailing list