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) {

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to