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:
authorCampbell Barton <ideasman42@gmail.com>2012-10-09 00:50:06 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-09 00:50:06 +0400
commita82bcb38c40fbeeea3715341d07ace5bb56890ed (patch)
tree5e75b39242729489bd797e94eda9d3e7aecf0f0f /rigify/rigs/finger.py
parentb941652219a5fe080bf2d71664a393ca83c238b5 (diff)
style cleanup: pep8
Diffstat (limited to 'rigify/rigs/finger.py')
-rw-r--r--rigify/rigs/finger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rigify/rigs/finger.py b/rigify/rigs/finger.py
index 7961a5fd..0dee1b0d 100644
--- a/rigify/rigs/finger.py
+++ b/rigify/rigs/finger.py
@@ -171,7 +171,7 @@ class Rig:
for bone in bones[1:]:
pb[bone].lock_location = True, True, True
- if pb[self.org_bones[0]].bone.use_connect == True:
+ if pb[self.org_bones[0]].bone.use_connect is True:
pb[bones[0]].lock_location = True, True, True
pb[ctrl].lock_scale = True, False, True