[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52165] trunk/blender/source/gameengine/ Ketsji/KX_MeshProxy.cpp: This should have been in the last commit.

Mitchell Stokes mogurijin at gmail.com
Tue Nov 13 05:39:45 CET 2012


Revision: 52165
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52165
Author:   moguri
Date:     2012-11-13 04:39:44 +0000 (Tue, 13 Nov 2012)
Log Message:
-----------
This should have been in the last commit.

Modified Paths:
--------------
    trunk/blender/source/gameengine/Ketsji/KX_MeshProxy.cpp

Modified: trunk/blender/source/gameengine/Ketsji/KX_MeshProxy.cpp
===================================================================
--- trunk/blender/source/gameengine/Ketsji/KX_MeshProxy.cpp	2012-11-13 04:38:34 UTC (rev 52164)
+++ trunk/blender/source/gameengine/Ketsji/KX_MeshProxy.cpp	2012-11-13 04:39:44 UTC (rev 52165)
@@ -76,7 +76,7 @@
 	{"getVertex", (PyCFunction)KX_MeshProxy::sPyGetVertex,METH_VARARGS},
 	{"getPolygon", (PyCFunction)KX_MeshProxy::sPyGetPolygon,METH_VARARGS},
 	{"transform", (PyCFunction)KX_MeshProxy::sPyTransform,METH_VARARGS},
-	{"transform_uv", (PyCFunction)KX_MeshProxy::sPyTransformUV,METH_VARARGS},
+	{"transformUV", (PyCFunction)KX_MeshProxy::sPyTransformUV,METH_VARARGS},
 	//{"getIndexArrayLength", (PyCFunction)KX_MeshProxy::sPyGetIndexArrayLength,METH_VARARGS},
 	{NULL,NULL} //Sentinel
 };




More information about the Bf-blender-cvs mailing list