Browse Source

minor fix to listJoints()

David Rose 19 years ago
parent
commit
3d24d4d003
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/actor/Actor.py

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

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