[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38462] branches/soc-2011-pepper/source/ gameengine/Converter/BL_ArmatureObject.cpp: BGE Animations: Allow the Copy Transform constraint to work with external targets in the game engine .

Mitchell Stokes mogurijin at gmail.com
Sun Jul 17 22:06:51 CEST 2011


Revision: 38462
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38462
Author:   moguri
Date:     2011-07-17 20:06:50 +0000 (Sun, 17 Jul 2011)
Log Message:
-----------
BGE Animations: Allow the Copy Transform constraint to work with external targets in the game engine.

Modified Paths:
--------------
    branches/soc-2011-pepper/source/gameengine/Converter/BL_ArmatureObject.cpp

Modified: branches/soc-2011-pepper/source/gameengine/Converter/BL_ArmatureObject.cpp
===================================================================
--- branches/soc-2011-pepper/source/gameengine/Converter/BL_ArmatureObject.cpp	2011-07-17 19:43:14 UTC (rev 38461)
+++ branches/soc-2011-pepper/source/gameengine/Converter/BL_ArmatureObject.cpp	2011-07-17 20:06:50 UTC (rev 38462)
@@ -295,6 +295,7 @@
 			case CONSTRAINT_TYPE_CLAMPTO:
 			case CONSTRAINT_TYPE_TRANSFORM:
 			case CONSTRAINT_TYPE_DISTLIMIT:
+			case CONSTRAINT_TYPE_TRANSLIKE:
 				cti = constraint_get_typeinfo(pcon);
 				gametarget = gamesubtarget = NULL;
 				if (cti && cti->get_constraint_targets) {




More information about the Bf-blender-cvs mailing list