[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60956] trunk/blender/source/blender/ python/bmesh/bmesh_py_types_meshdata.h: Fix compilation error caused by struct declaration in a function prototype

Sergey Sharybin sergey.vfx at gmail.com
Sun Oct 27 14:04:18 CET 2013


Revision: 60956
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60956
Author:   nazgul
Date:     2013-10-27 13:04:18 +0000 (Sun, 27 Oct 2013)
Log Message:
-----------
Fix compilation error caused by struct declaration in a function prototype

Modified Paths:
--------------
    trunk/blender/source/blender/python/bmesh/bmesh_py_types_meshdata.h

Modified: trunk/blender/source/blender/python/bmesh/bmesh_py_types_meshdata.h
===================================================================
--- trunk/blender/source/blender/python/bmesh/bmesh_py_types_meshdata.h	2013-10-27 12:16:45 UTC (rev 60955)
+++ trunk/blender/source/blender/python/bmesh/bmesh_py_types_meshdata.h	2013-10-27 13:04:18 UTC (rev 60956)
@@ -44,6 +44,7 @@
 struct MLoopUV;
 struct MLoopCol;
 struct MDeformVert;
+struct MVertSkin;
 
 int       BPy_BMTexPoly_AssignPyObject(struct MTexPoly *mloopuv, PyObject *value);
 PyObject *BPy_BMTexPoly_CreatePyObject(struct MTexPoly *mloopuv);




More information about the Bf-blender-cvs mailing list