OSDN Git Service

update bone group export.
[meshio/meshio.git] / swig / blender / bl24.py
index 3732a73..d2f374c 100755 (executable)
@@ -272,6 +272,10 @@ class object:
         g.name=name
         g.color_set=color_set
 
+    @staticmethod
+    def boneGroups(o):
+        return object.getPose(o).bone_groups
+
 
 class modifier:
     @staticmethod