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/simple_tentacle.py')
-rw-r--r--rigify/legacy/rigs/pitchipoy/simple_tentacle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rigify/legacy/rigs/pitchipoy/simple_tentacle.py b/rigify/legacy/rigs/pitchipoy/simple_tentacle.py
index 9351a659..facb2b90 100644
--- a/rigify/legacy/rigs/pitchipoy/simple_tentacle.py
+++ b/rigify/legacy/rigs/pitchipoy/simple_tentacle.py
@@ -194,7 +194,7 @@ class Rig:
setattr( con, prop, True )
else:
setattr( con, prop, False )
- con.use_offset = True
+ con.mix_mode = 'OFFSET'
con.target_space = 'LOCAL'
con.owner_space = 'LOCAL'