Rigify: fix logical error from 3ef6ed4773

The expression {'y' or '-y'} was reduced to {'y'}
This commit is contained in:
Damien Picard 2020-03-06 14:45:25 +01:00
parent 8a451e74b6
commit 7861d837ba
1 changed files with 1 additions and 1 deletions

View File

@ -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(