Browse Source

created preloading of interactive animations on interactive npcs

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

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

@@ -478,6 +478,9 @@ class Actor(DirectObject, NodePath):
     def getAnimControlDict(self):
         return self.__animControlDict
 
+    def removeAnimControlDict(self):
+        self.__animControlDict = {}
+
     def getPartBundleDict(self):
         return self.__partBundleDict