[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60265] trunk/blender/source/blender/ makesdna/DNA_mesh_types.h: Mark Mesh->tface as DNA_DEPRECATED

Sergey Sharybin sergey.vfx at gmail.com
Fri Sep 20 15:22:46 CEST 2013


Revision: 60265
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60265
Author:   nazgul
Date:     2013-09-20 13:22:45 +0000 (Fri, 20 Sep 2013)
Log Message:
-----------
Mark Mesh->tface as DNA_DEPRECATED

It already had deprecated comment, but now it also uses
compiler flag just to be sure no one uses this guy.

Modified Paths:
--------------
    trunk/blender/source/blender/makesdna/DNA_mesh_types.h

Modified: trunk/blender/source/blender/makesdna/DNA_mesh_types.h
===================================================================
--- trunk/blender/source/blender/makesdna/DNA_mesh_types.h	2013-09-20 12:50:34 UTC (rev 60264)
+++ trunk/blender/source/blender/makesdna/DNA_mesh_types.h	2013-09-20 13:22:45 UTC (rev 60265)
@@ -79,7 +79,7 @@
 	 * real faces are now stored in nface.*/
 	struct MFace *mface;	/* array of mesh object mode faces for tessellation */
 	struct MTFace *mtface;	/* store tessellation face UV's and texture here */
-	struct TFace *tface;	/* depecrated, use mtface */
+	struct TFace *tface	DNA_DEPRECATED; /* deprecated, use mtface */
 	struct MVert *mvert;	/* array of verts */
 	struct MEdge *medge;	/* array of edges */
 	struct MDeformVert *dvert;	/* deformgroup vertices */




More information about the Bf-blender-cvs mailing list