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