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;
 

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to