[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23239] branches/itasc/source/gameengine/ Converter/BL_ArmatureObject.cpp: ...

Benoit Bolsee benoit.bolsee at online.be
Tue Sep 15 11:33:00 CEST 2009


Revision: 23239
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23239
Author:   ben2610
Date:     2009-09-15 11:32:56 +0200 (Tue, 15 Sep 2009)

Log Message:
-----------
... not forgetting replicas.

Modified Paths:
--------------
    branches/itasc/source/gameengine/Converter/BL_ArmatureObject.cpp

Modified: branches/itasc/source/gameengine/Converter/BL_ArmatureObject.cpp
===================================================================
--- branches/itasc/source/gameengine/Converter/BL_ArmatureObject.cpp	2009-09-15 09:25:58 UTC (rev 23238)
+++ branches/itasc/source/gameengine/Converter/BL_ArmatureObject.cpp	2009-09-15 09:32:56 UTC (rev 23239)
@@ -458,6 +458,7 @@
 	KX_GameObject::ProcessReplica();
 
 	m_pose = NULL;
+	m_framePose = NULL;
 	game_copy_pose(&m_pose, pose, 1);	
 }
 





More information about the Bf-blender-cvs mailing list