[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19865] trunk/blender/source/gameengine/ Ketsji/KX_MeshProxy.cpp: last commit failed from win32 line endings in a patch, recommitted with this file edited by mistake.

Campbell Barton ideasman42 at gmail.com
Wed Apr 22 09:55:56 CEST 2009


Revision: 19865
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19865
Author:   campbellbarton
Date:     2009-04-22 09:55:56 +0200 (Wed, 22 Apr 2009)

Log Message:
-----------
last commit failed from win32 line endings in a patch, recommitted with this file edited by mistake.

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	2009-04-22 06:30:32 UTC (rev 19864)
+++ trunk/blender/source/gameengine/Ketsji/KX_MeshProxy.cpp	2009-04-22 07:55:56 UTC (rev 19865)
@@ -266,10 +266,11 @@
 KX_PYMETHODDEF_DOC(KX_MeshProxy, reinstancePhysicsMesh,
 "Reinstance the physics mesh.")
 {
+#if 0
 	//this needs to be reviewed, it is dependend on Sumo/Solid. Who is using this ?
 	if(KX_ReInstanceShapeFromMesh(m_meshobj))
 		Py_RETURN_TRUE;
-	
+#endif
 	Py_RETURN_FALSE;
 }
 





More information about the Bf-blender-cvs mailing list