From c268b58c2472f3a2c708f23253af83c3b3c2df55 Mon Sep 17 00:00:00 2001 From: Alexander Gavrilov Date: Fri, 11 Feb 2022 23:36:26 +0300 Subject: Rigify: make world orientation the default for IK control location. For backward compatibility the option technically defaults to old behavior, but all metarigs are changed to the new mode. --- rigify/rigs/limbs/super_finger.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rigify/rigs/limbs/super_finger.py') diff --git a/rigify/rigs/limbs/super_finger.py b/rigify/rigs/limbs/super_finger.py index 2229c0c0..a1f49920 100644 --- a/rigify/rigs/limbs/super_finger.py +++ b/rigify/rigs/limbs/super_finger.py @@ -638,6 +638,10 @@ def create_sample(obj): pbone.rigify_parameters.tweak_extra_layers = False except AttributeError: pass + try: + pbone.rigify_parameters.ik_local_location = False + except AttributeError: + pass pbone = obj.pose.bones[bones['f_pinky.02.L']] pbone.rigify_type = '' pbone.lock_location = (False, False, False) -- cgit v1.2.3