[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [42927] branches/bmesh/blender/source/ blender/blenkernel/intern/customdata.c: minor edits

Campbell Barton ideasman42 at gmail.com
Wed Dec 28 14:24:50 CET 2011


Revision: 42927
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=42927
Author:   campbellbarton
Date:     2011-12-28 13:24:49 +0000 (Wed, 28 Dec 2011)
Log Message:
-----------
minor edits

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

Modified: branches/bmesh/blender/source/blender/blenkernel/intern/customdata.c
===================================================================
--- branches/bmesh/blender/source/blender/blenkernel/intern/customdata.c	2011-12-28 13:23:59 UTC (rev 42926)
+++ branches/bmesh/blender/source/blender/blenkernel/intern/customdata.c	2011-12-28 13:24:49 UTC (rev 42927)
@@ -1027,9 +1027,6 @@
 	}
 }
 
-/* note, these numbered comments below are copied from trunk,
- * while _most_ match, some at the end need adding and are out of sync */
-
 static const LayerTypeInfo LAYERTYPEINFO[CD_NUMTYPES] = {
 	/* 0: CD_MVERT */
 	{sizeof(MVert), "MVert", 1, NULL, NULL, NULL, NULL, NULL, NULL},
@@ -1078,10 +1075,11 @@
 	{sizeof(MLoopCol), "MLoopCol", 1, "Col", NULL, NULL, layerInterp_mloopcol, NULL, 
 	 layerDefault_mloopcol, layerEqual_mloopcol, layerMultiply_mloopcol, layerInitMinMax_mloopcol, 
 	 layerAdd_mloopcol, layerDoMinMax_mloopcol, layerCopyValue_mloopcol},
+	/* 18: CD_TANGENT */
 	{sizeof(float)*4*4, "", 0, NULL, NULL, NULL, NULL, NULL, NULL},
 	/* 19: CD_MDISPS */
 	{sizeof(MDisps), "MDisps", 1, NULL, layerCopy_mdisps,
-	 layerFree_mdisps, layerInterp_mdisps, layerSwap_mdisps, NULL, 
+	 layerFree_mdisps, layerInterp_mdisps, layerSwap_mdisps, NULL,
 	 NULL, NULL, NULL, NULL, NULL, NULL, 
 	 layerRead_mdisps, layerWrite_mdisps, layerFilesize_mdisps, layerValidate_mdisps},
 	/* 20: CD_WEIGHT_MCOL */




More information about the Bf-blender-cvs mailing list