Skip to content

Commit 51ac115

Browse files
committed
fix: super_finger create_sample method generates a simple_tentacle rig_type
1 parent 1c5bd0c commit 51ac115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rigs/limbs/super_finger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def create_sample(obj):
384384
pbone.lock_scale = (False, False, False)
385385
pbone.rotation_mode = 'YXZ'
386386
pbone = obj.pose.bones[bones['f_pinky.01.L']]
387-
pbone.rigify_type = 'limbs.simple_tentacle'
387+
pbone.rigify_type = 'limbs.super_finger'
388388
pbone.lock_location = (False, False, False)
389389
pbone.lock_rotation = (False, False, False)
390390
pbone.lock_rotation_w = False

0 commit comments

Comments
 (0)