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:
authorDamien Picard <dam.pic@free.fr>2020-03-06 16:45:25 +0300
committerDamien Picard <dam.pic@free.fr>2020-03-07 03:08:55 +0300
commit7861d837bad60bdd604c872d2b21bc38d8a6c64f (patch)
treeadda211be6ad5645bc493d8d2a6ad8b3a018e911
parent8a451e74b6822ff5f00536a385329e51e01f7c41 (diff)
Rigify: fix logical error from 3ef6ed4773e8
The expression {'y' or '-y'} was reduced to {'y'}
-rw-r--r--rigify/rigs/experimental/super_chain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rigify/rigs/experimental/super_chain.py b/rigify/rigs/experimental/super_chain.py
index 346c16b8..a5af8323 100644
--- a/rigify/rigs/experimental/super_chain.py
+++ b/rigify/rigs/experimental/super_chain.py
@@ -558,7 +558,7 @@ class Rig:
)
invert_last = True
- if self.params.wgt_align_axis not in {'y' or '-y'}:
+ if self.params.wgt_align_axis not in {'y', '-y'}:
invert_last = False
create_chain_widget(