mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
created preloading of interactive animations on interactive npcs
This commit is contained in:
parent
a2bf78fc37
commit
c7c3f9e445
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user