[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60827] branches/vgroup_modifiers/source/ blender/blenkernel/intern/customdata.c: Grr, stupid typo in previous commit .

Bastien Montagne montagne29 at wanadoo.fr
Thu Oct 17 17:36:33 CEST 2013


Revision: 60827
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60827
Author:   mont29
Date:     2013-10-17 15:36:33 +0000 (Thu, 17 Oct 2013)
Log Message:
-----------
Grr, stupid typo in previous commit.

Modified Paths:
--------------
    branches/vgroup_modifiers/source/blender/blenkernel/intern/customdata.c

Modified: branches/vgroup_modifiers/source/blender/blenkernel/intern/customdata.c
===================================================================
--- branches/vgroup_modifiers/source/blender/blenkernel/intern/customdata.c	2013-10-17 15:26:18 UTC (rev 60826)
+++ branches/vgroup_modifiers/source/blender/blenkernel/intern/customdata.c	2013-10-17 15:36:33 UTC (rev 60827)
@@ -1174,8 +1174,6 @@
 	{sizeof(float[4]), "", 0, NULL, NULL, NULL, NULL, NULL, NULL},
 	/* 40: CD_TESSLOOPNORMAL */
 	{sizeof(float[4][3]), "", 0, NULL, NULL, NULL, NULL, NULL, NULL},
-	/* 40: CD_TESSLOOPNORMAL */
-	{sizeof(float) * 4 * 3, "", 0, NULL, NULL, NULL, NULL, NULL, NULL},
 };
 
 /* note, numbers are from trunk and need updating for bmesh */




More information about the Bf-blender-cvs mailing list