mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
fix getActorInfo()
This commit is contained in:
parent
9367add462
commit
7b1d939340
@ -412,6 +412,9 @@ class Actor(DirectObject, NodePath):
|
||||
"""
|
||||
lodInfo = []
|
||||
for lodName, partDict in self.__animControlDict.items():
|
||||
if self.mergeLODBundles:
|
||||
lodName = self.__sortedLODNames[0]
|
||||
|
||||
partInfo = []
|
||||
for partName in partDict.keys():
|
||||
subpartDef = self.__subpartDict.get(partName, Actor.SubpartDef(partName))
|
||||
|
Loading…
x
Reference in New Issue
Block a user