[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [18911] branches/blender2.5/blender/source /gameengine/Converter/BL_ActionActuator.cpp: 2.5

Ton Roosendaal ton at blender.org
Tue Feb 10 19:06:29 CET 2009


Revision: 18911
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=18911
Author:   ton
Date:     2009-02-10 19:06:26 +0100 (Tue, 10 Feb 2009)

Log Message:
-----------
2.5

Made GE compile again

Modified Paths:
--------------
    branches/blender2.5/blender/source/gameengine/Converter/BL_ActionActuator.cpp

Modified: branches/blender2.5/blender/source/gameengine/Converter/BL_ActionActuator.cpp
===================================================================
--- branches/blender2.5/blender/source/gameengine/Converter/BL_ActionActuator.cpp	2009-02-10 17:56:15 UTC (rev 18910)
+++ branches/blender2.5/blender/source/gameengine/Converter/BL_ActionActuator.cpp	2009-02-10 18:06:26 UTC (rev 18911)
@@ -371,7 +371,7 @@
 			obj->GetPose(&m_pose);
 			
 			/* Override the necessary channels with ones from the action */
-			extract_pose_from_action(m_pose, m_action, m_localtime);
+			// XXX extract_pose_from_action(m_pose, m_action, m_localtime);
 
 			/* Perform the user override (if any) */
 			if (m_userpose){





More information about the Bf-blender-cvs mailing list