[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29167] branches/branch-farsthary:

Raul Fernandez Hernandez farsthary at gmail.com
Wed Jun 2 21:45:18 CEST 2010


Revision: 29167
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29167
Author:   farsthary
Date:     2010-06-02 21:45:18 +0200 (Wed, 02 Jun 2010)

Log Message:
-----------


Modified Paths:
--------------
    branches/branch-farsthary/config/win32-mingw-config.py
    branches/branch-farsthary/source/blender/editors/sculpt_paint/sculpt.c
    branches/branch-farsthary/source/blender/makesdna/DNA_brush_types.h

Modified: branches/branch-farsthary/config/win32-mingw-config.py
===================================================================
--- branches/branch-farsthary/config/win32-mingw-config.py	2010-06-02 19:37:53 UTC (rev 29166)
+++ branches/branch-farsthary/config/win32-mingw-config.py	2010-06-02 19:45:18 UTC (rev 29167)
@@ -83,7 +83,7 @@
 BF_ZLIB_INC = '${BF_ZLIB}/include'
 BF_ZLIB_LIBPATH = '${BF_ZLIB}/lib'
 
-WITH_BF_INTERNATIONAL = True
+WITH_BF_INTERNATIONAL = False
 
 BF_GETTEXT = LIBDIR + '/gcc/gettext'
 BF_GETTEXT_INC = '${BF_GETTEXT}/include'
@@ -142,7 +142,7 @@
              '${BF_OPENGL}/lib/libXmu.a', '${BF_OPENGL}/lib/libXext.a',
              '${BF_OPENGL}/lib/libX11.a', '${BF_OPENGL}/lib/libXi.a' ]
 
-WITH_BF_COLLADA = True
+WITH_BF_COLLADA = False
 BF_COLLADA = '#source/blender/collada'
 BF_COLLADA_INC = '${BF_COLLADA}'
 BF_COLLADA_LIB = 'bf_collada'

Modified: branches/branch-farsthary/source/blender/editors/sculpt_paint/sculpt.c
===================================================================
--- branches/branch-farsthary/source/blender/editors/sculpt_paint/sculpt.c	2010-06-02 19:37:53 UTC (rev 29166)
+++ branches/branch-farsthary/source/blender/editors/sculpt_paint/sculpt.c	2010-06-02 19:45:18 UTC (rev 29167)
@@ -599,9 +599,11 @@
 			
 			/* Clear selection */
 			for(eed = me->edit_mesh->edges.first; eed; eed = eed->next)
-				EM_select_edge(eed, 0);	
+				EM_select_edge(eed, 0);	 
 				
 			load_editMesh(ss->scene, ob);
+			
+			free_editMesh(me->edit_mesh);
 			DAG_id_flush_update(ob->data, OB_RECALC_DATA); //?					
 		} 	
 

Modified: branches/branch-farsthary/source/blender/makesdna/DNA_brush_types.h
===================================================================
--- branches/branch-farsthary/source/blender/makesdna/DNA_brush_types.h	2010-06-02 19:37:53 UTC (rev 29166)
+++ branches/branch-farsthary/source/blender/makesdna/DNA_brush_types.h	2010-06-02 19:45:18 UTC (rev 29167)
@@ -54,8 +54,9 @@
 	struct CurveMapping *curve;	/* falloff curve */
 	struct MTex mtex;
 	
-	short flag, blend;			/* general purpose flag, blend mode */
-	int size;					/* brush diameter */
+	short blend, pad;				/* blend mode */
+	int size;				/* brush diameter */
+	int flag, pad3;				/* general purpose flag */	
 	float detail;				/* dynamic subdivission detail */
 	float smoothness;			/* dynamic subdivission smoothness*/
 	float jitter;				/* jitter the position of the brush */





More information about the Bf-blender-cvs mailing list