[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37384] branches/soc-2011-onion/source/ blender/blenkernel/intern/brush.c: changed the default brush texture mapping mode to 'wrap'

Jason Wilkins Jason.A.Wilkins at gmail.com
Fri Jun 10 21:54:49 CEST 2011


Revision: 37384
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37384
Author:   jwilkins
Date:     2011-06-10 19:54:48 +0000 (Fri, 10 Jun 2011)
Log Message:
-----------
changed the default brush texture mapping mode to 'wrap'

Modified Paths:
--------------
    branches/soc-2011-onion/source/blender/blenkernel/intern/brush.c

Modified: branches/soc-2011-onion/source/blender/blenkernel/intern/brush.c
===================================================================
--- branches/soc-2011-onion/source/blender/blenkernel/intern/brush.c	2011-06-10 19:49:16 UTC (rev 37383)
+++ branches/soc-2011-onion/source/blender/blenkernel/intern/brush.c	2011-06-10 19:54:48 UTC (rev 37384)
@@ -111,6 +111,8 @@
 	/* BRUSH TEXTURE SETTINGS */
 	default_mtex(&brush->mtex);
 
+	brush->mtex.brush_map_mode= MTEX_MAP_MODE_WRAP;
+
 	brush->texture_sample_bias= 0; /* value to added to texture samples */
 	brush->texture_overlay_alpha= 33;
 




More information about the Bf-blender-cvs mailing list