Allow updating skeleton definitions with attributes from mesh

This commit is contained in:
Salad Dais
2025-06-21 02:57:21 +00:00
parent 988a82179e
commit a2b49fdc44
3 changed files with 57 additions and 22 deletions

View File

@@ -20,7 +20,7 @@ class TestSkeleton(unittest.TestCase):
self.assertEqual(113, self.skeleton["mKneeLeft"].index)
def test_get_joint_parent(self):
self.assertEqual("mChest", self.skeleton["mNeck"].parent().name)
self.assertEqual("mChest", self.skeleton["mNeck"].parent.name)
def test_get_joint_matrix(self):
expected_mat = np.array([