mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
minor fix to listJoints()
This commit is contained in:
parent
bf9d66662b
commit
3d24d4d003
@ -345,7 +345,7 @@ class Actor(DirectObject, NodePath):
|
|||||||
Actor.notify.error("no part named: %s" % (partName))
|
Actor.notify.error("no part named: %s" % (partName))
|
||||||
|
|
||||||
self.__doListJoints(0, partDef.partBundle.node().getBundle(),
|
self.__doListJoints(0, partDef.partBundle.node().getBundle(),
|
||||||
subset.isIncludeEmpty(), subpartDef.subset)
|
subpartDef.subset.isIncludeEmpty(), subpartDef.subset)
|
||||||
|
|
||||||
def __doListJoints(self, indentLevel, part, isIncluded, subset):
|
def __doListJoints(self, indentLevel, part, isIncluded, subset):
|
||||||
name = part.getName()
|
name = part.getName()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user