diff --git a/direct/src/actor/Actor.py b/direct/src/actor/Actor.py index c217cd6d2c..ae01b4a1a1 100644 --- a/direct/src/actor/Actor.py +++ b/direct/src/actor/Actor.py @@ -267,7 +267,7 @@ class Actor(DirectObject, NodePath): Actor.notify.error("no part named: %s" % (partName)) self.__doListJoints(0, bundle.node().getBundle(), - subset.isEmpty(), subset) + subset.isIncludeEmpty(), subset) def __doListJoints(self, indentLevel, part, isIncluded, subset): name = part.getName()