Browse Source

new avatar system

Asad M. Zaman 19 years ago
parent
commit
3f619486e9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/actor/Actor.py

+ 1 - 0
direct/src/actor/Actor.py

@@ -1582,6 +1582,7 @@ class Actor(DirectObject, NodePath):
 
 
         # Are there any controls requested for joints in this bundle?
         # Are there any controls requested for joints in this bundle?
         # If so, apply them.
         # If so, apply them.
+        print 'actor bundle %s, %s'% (bundle,bundle.this)
         controlDict = self.__controlJoints.get(bundle.this, None)
         controlDict = self.__controlJoints.get(bundle.this, None)
         if controlDict:
         if controlDict:
             for jointName, node in controlDict.items():
             for jointName, node in controlDict.items():