[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31097] branches/soc-2010-nicolasbishop/ source/blender/editors/sculpt_paint/ptex.c: == Ptex ==

Nicholas Bishop nicholasbishop at gmail.com
Fri Aug 6 07:57:23 CEST 2010


Revision: 31097
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31097
Author:   nicholasbishop
Date:     2010-08-06 07:57:23 +0200 (Fri, 06 Aug 2010)

Log Message:
-----------
== Ptex ==

* Small bugfix for my previous commit, broke ptex generation

Modified Paths:
--------------
    branches/soc-2010-nicolasbishop/source/blender/editors/sculpt_paint/ptex.c

Modified: branches/soc-2010-nicolasbishop/source/blender/editors/sculpt_paint/ptex.c
===================================================================
--- branches/soc-2010-nicolasbishop/source/blender/editors/sculpt_paint/ptex.c	2010-08-06 05:19:00 UTC (rev 31096)
+++ branches/soc-2010-nicolasbishop/source/blender/editors/sculpt_paint/ptex.c	2010-08-06 05:57:23 UTC (rev 31097)
@@ -143,7 +143,7 @@
 		mptex[i].channels = totchannel;
 
 		if(S == 4) {
-			mptex[i].subfaces = 0;
+			mptex[i].subfaces = 1;
 			texels = gridsize;
 		}
 		else {





More information about the Bf-blender-cvs mailing list