Skip to content

Commit 9ef7dc1

Browse files
committed
fix: arm and palm samples had a 'palm' subrig, changed to limb.super_palm
1 parent 98d0ee9 commit 9ef7dc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rigs/limbs/arm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@ def create_sample(obj):
14011401
pbone.lock_scale = (False, False, False)
14021402
pbone.rotation_mode = 'QUATERNION'
14031403
pbone = obj.pose.bones[bones['palm.01.L']]
1404-
pbone.rigify_type = 'palm'
1404+
pbone.rigify_type = 'limbs.super_palm'
14051405
pbone.lock_location = (False, False, False)
14061406
pbone.lock_rotation = (False, False, False)
14071407
pbone.lock_rotation_w = False

rigs/limbs/super_palm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def create_sample(obj):
308308
pbone.lock_scale = (False, False, False)
309309
pbone.rotation_mode = 'YXZ'
310310
pbone = obj.pose.bones[bones['palm.01']]
311-
pbone.rigify_type = 'palm'
311+
pbone.rigify_type = 'limbs.super_palm'
312312
pbone.lock_location = (False, False, False)
313313
pbone.lock_rotation = (False, True, True)
314314
pbone.lock_rotation_w = False

0 commit comments

Comments
 (0)