David Rose 20 năm trước cách đây
mục cha
commit
9fcf83a773
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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))
 
         self.__doListJoints(0, bundle.node().getBundle(),
-                            subset.isEmpty(), subset)
+                            subset.isIncludeEmpty(), subset)
 
     def __doListJoints(self, indentLevel, part, isIncluded, subset):
         name = part.getName()