[Bf-committers] [Bf-blender-cvs] CVS commit: blender/source/blender/include BIF_editmesh.h blender/source/blender/src edit.c editmesh.c editmesh_lib.c editmesh_mods.c editmesh_tools.c header_view3d.c

Lguillaume lecocqguillaume at gmail.com
Wed Feb 22 12:56:20 CET 2006


Hello, a patch to enable the compilation on MSVC:

Index: source/blender/src/editmesh_tools.c
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/src/editmesh_tools.c,v
retrieving revision 1.138
diff -u -r1.138 editmesh_tools.c
--- source/blender/src/editmesh_tools.c    22 Feb 2006 02:17:56 -0000    
1.138
+++ source/blender/src/editmesh_tools.c    22 Feb 2006 09:49:41 -0000
@@ -5911,13 +5911,14 @@
     ListBase allcollections;
     CollectedFace *currface;
     Collection *facecollection;
+
+    int groupcount;
+    int vcount,totFaces,mergecount;
+    float avgcount[3];
    
     allcollections.first = 0;
     allcollections.last = 0;
    
-    int groupcount;
-    int vcount,totFaces,mergecount;
-    float avgcount[3];
    
     mergecount = 0;
     build_facecollection(&allcollections);



More information about the Bf-committers mailing list