Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'rigify/legacy/rigs/pitchipoy/tentacle.py')
-rw-r--r--rigify/legacy/rigs/pitchipoy/tentacle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rigify/legacy/rigs/pitchipoy/tentacle.py b/rigify/legacy/rigs/pitchipoy/tentacle.py
index c3a8c85a..36c7f40a 100644
--- a/rigify/legacy/rigs/pitchipoy/tentacle.py
+++ b/rigify/legacy/rigs/pitchipoy/tentacle.py
@@ -307,7 +307,7 @@ class Rig:
con = pb[ctrl].constraints.new('COPY_ROTATION')
con.target = self.obj
con.subtarget = ctrls[ ctrls.index(ctrl) - 1 ]
- con.use_offset = True
+ con.mix_mode = 'OFFSET'
con.target_space = 'LOCAL'
con.owner_space = 'LOCAL'