[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29759] branches/soc-2010-jwilkins/source/ blender/blenkernel/intern/brush.c: removed a reference to brush-> preview used by image icons that got cross updated and was causing a compile error

Jason Wilkins Jason.A.Wilkins at gmail.com
Mon Jun 28 05:12:01 CEST 2010


Revision: 29759
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29759
Author:   jwilkins
Date:     2010-06-28 05:11:59 +0200 (Mon, 28 Jun 2010)

Log Message:
-----------
removed a reference to brush->preview used by image icons that got cross updated and was causing a compile error

Modified Paths:
--------------
    branches/soc-2010-jwilkins/source/blender/blenkernel/intern/brush.c

Modified: branches/soc-2010-jwilkins/source/blender/blenkernel/intern/brush.c
===================================================================
--- branches/soc-2010-jwilkins/source/blender/blenkernel/intern/brush.c	2010-06-28 03:05:40 UTC (rev 29758)
+++ branches/soc-2010-jwilkins/source/blender/blenkernel/intern/brush.c	2010-06-28 03:11:59 UTC (rev 29759)
@@ -99,7 +99,6 @@
 	brush->smoothness = 0.25f;
 
 	/* BRUSH TEXTURE SETTINGS */
-	brush->preview = NULL;
 	brush->texture_offset = 0.0f; /* this determines where in the texture the midpoint of the brush is */
 	brush->texture_center_x = 0; /* center offset for textures used on brush or as stencils */
 	brush->texture_center_y = 0;





More information about the Bf-blender-cvs mailing list