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-01-01 16:35:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-01-01 16:35:51 +0400
commit6f2787a32081cbc3515808893dba709b0f79e2f4 (patch)
treeb34df9008076859cfe2cf2f56335d76e840575ea /rigify/metarigs
parentf6dc4b39f67417ee023787c641ad158be737c214 (diff)
set as pep8, only minor edits
Diffstat (limited to 'rigify/metarigs')
-rw-r--r--rigify/metarigs/human.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/rigify/metarigs/human.py b/rigify/metarigs/human.py
index cfc9f038..23ec2483 100644
--- a/rigify/metarigs/human.py
+++ b/rigify/metarigs/human.py
@@ -16,6 +16,8 @@
#
# ##### END GPL LICENSE BLOCK #####
+# <pep8 compliant>
+
import bpy
@@ -1146,4 +1148,3 @@ def create(obj):
arm.edit_bones.active = bone
arm.layers = [(x in [0, 2, 4, 6, 8, 10, 12]) for x in range(0, 32)]
-