*** empty log message ***

This commit is contained in:
gregw 2001-12-14 17:15:42 +00:00
parent 82dc54634a
commit 3dc1786fda

View File

@ -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):