File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1401,7 +1401,7 @@ def create_sample(obj):
1401
1401
pbone .lock_scale = (False , False , False )
1402
1402
pbone .rotation_mode = 'QUATERNION'
1403
1403
pbone = obj .pose .bones [bones ['palm.01.L' ]]
1404
- pbone .rigify_type = 'palm '
1404
+ pbone .rigify_type = 'limbs.super_palm '
1405
1405
pbone .lock_location = (False , False , False )
1406
1406
pbone .lock_rotation = (False , False , False )
1407
1407
pbone .lock_rotation_w = False
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ def create_sample(obj):
308
308
pbone .lock_scale = (False , False , False )
309
309
pbone .rotation_mode = 'YXZ'
310
310
pbone = obj .pose .bones [bones ['palm.01' ]]
311
- pbone .rigify_type = 'palm '
311
+ pbone .rigify_type = 'limbs.super_palm '
312
312
pbone .lock_location = (False , False , False )
313
313
pbone .lock_rotation = (False , True , True )
314
314
pbone .lock_rotation_w = False
You can’t perform that action at this time.
0 commit comments