[Bf-extensions-cvs] [45f57152] master: Rigify: fix T98490 - neck middle tweak not inheriting any scale.

Alexander Gavrilov noreply at git.blender.org
Mon Jul 11 10:40:08 CEST 2022


Commit: 45f57152bb19f2d5e8f4f7edcc337fd5dcf578f8
Author: Alexander Gavrilov
Date:   Mon Jul 11 11:39:42 2022 +0300
Branches: master
https://developer.blender.org/rBA45f57152bb19f2d5e8f4f7edcc337fd5dcf578f8

Rigify: fix T98490 - neck middle tweak not inheriting any scale.

===================================================================

M	rigify/rigs/spines/super_head.py

===================================================================

diff --git a/rigify/rigs/spines/super_head.py b/rigify/rigs/spines/super_head.py
index e2932ad2..49f1ce3e 100644
--- a/rigify/rigs/spines/super_head.py
+++ b/rigify/rigs/spines/super_head.py
@@ -292,6 +292,8 @@ class Rig(BaseHeadTailRig):
             influence=nfactor, space='LOCAL'
         )
 
+        self.make_constraint(mch, 'COPY_SCALE', ctrl.neck)
+
     ####################################################
     # Tweak bones



More information about the Bf-extensions-cvs mailing list