David Rose 20 年之前
父节点
当前提交
9fcf83a773
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      direct/src/actor/Actor.py

+ 1 - 1
direct/src/actor/Actor.py

@@ -267,7 +267,7 @@ class Actor(DirectObject, NodePath):
             Actor.notify.error("no part named: %s" % (partName))
             Actor.notify.error("no part named: %s" % (partName))
 
 
         self.__doListJoints(0, bundle.node().getBundle(),
         self.__doListJoints(0, bundle.node().getBundle(),
-                            subset.isEmpty(), subset)
+                            subset.isIncludeEmpty(), subset)
 
 
     def __doListJoints(self, indentLevel, part, isIncluded, subset):
     def __doListJoints(self, indentLevel, part, isIncluded, subset):
         name = part.getName()
         name = part.getName()