mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -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):
|
def getAnimControlDict(self):
|
||||||
return self.__animControlDict
|
return self.__animControlDict
|
||||||
|
|
||||||
|
def removeAnimControlDict(self):
|
||||||
|
self.__animControlDict = {}
|
||||||
|
|
||||||
def getPartBundleDict(self):
|
def getPartBundleDict(self):
|
||||||
return self.__partBundleDict
|
return self.__partBundleDict
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user