mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
*** empty log message ***
This commit is contained in:
parent
82dc54634a
commit
3dc1786fda
@ -1196,10 +1196,8 @@ class Actor(PandaObject, NodePath):
|
||||
else:
|
||||
partNames = [partName]
|
||||
# loop over all parts
|
||||
#animLengths = {}
|
||||
for thisPart in partNames:
|
||||
ac = self.__bindAnimToPart(animName, thisPart, thisLod)
|
||||
#animLengths[partName] = ac.getNumFrames()
|
||||
|
||||
|
||||
def __bindAnimToPart(self, animName, partName, lodName):
|
||||
|
Loading…
x
Reference in New Issue
Block a user