[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [47157] branches/soc-2012-swiss_cheese/ source/gameengine/Ketsji/BL_Action.cpp: This change shouldn' t have been in the last commit, so I'm reversing it.

Mitchell Stokes mogurijin at gmail.com
Tue May 29 09:14:06 CEST 2012


Revision: 47157
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47157
Author:   moguri
Date:     2012-05-29 07:14:05 +0000 (Tue, 29 May 2012)
Log Message:
-----------
This change shouldn't have been in the last commit, so I'm reversing it.

Modified Paths:
--------------
    branches/soc-2012-swiss_cheese/source/gameengine/Ketsji/BL_Action.cpp

Modified: branches/soc-2012-swiss_cheese/source/gameengine/Ketsji/BL_Action.cpp
===================================================================
--- branches/soc-2012-swiss_cheese/source/gameengine/Ketsji/BL_Action.cpp	2012-05-29 07:12:12 UTC (rev 47156)
+++ branches/soc-2012-swiss_cheese/source/gameengine/Ketsji/BL_Action.cpp	2012-05-29 07:14:05 UTC (rev 47157)
@@ -41,7 +41,6 @@
 
 extern "C" {
 #include "BKE_animsys.h"
-#include "DNA_scene_types.h"
 #include "BKE_action.h"
 #include "RNA_access.h"
 #include "RNA_define.h"
@@ -446,17 +445,4 @@
 
 		m_obj->UpdateIPO(m_localtime, m_ipo_flags & ACT_IPOFLAG_CHILD);
 	}
-
-	// check markers
-	TimeMarker *marker = (TimeMarker*)m_action->markers.first;
-
-	while (marker)
-	{
-		//printf("LocalTime: %d\n", (int)m_localtime);
-		if ((int)m_localtime == marker->frame)
-		{
-			printf("Hit marker: %s\n", marker->name);
-		}
-		marker = marker->next;
-	}
 }




More information about the Bf-blender-cvs mailing list