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>2018-09-07 23:13:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-07 23:13:37 +0300
commitf1c55295b0d95307559c1f8b09d6b8bd6c8bbbf0 (patch)
tree79ca0b7e815bc7e181171b4a5f4cb515ac107b08 /rigify/legacy
parent1a935298b9a3dddba50955591ace31bb91a56e84 (diff)
Cleanup: trailing space
Diffstat (limited to 'rigify/legacy')
-rw-r--r--rigify/legacy/generate.py2
-rw-r--r--rigify/legacy/metarigs/pitchipoy_human.py2
-rw-r--r--rigify/legacy/rigs/pitchipoy/super_face.py1
-rw-r--r--rigify/legacy/rigs/pitchipoy/super_finger.py5
-rw-r--r--rigify/legacy/rigs/pitchipoy/super_widgets.py2
5 files changed, 2 insertions, 10 deletions
diff --git a/rigify/legacy/generate.py b/rigify/legacy/generate.py
index 3bc9823b..ec822b9e 100644
--- a/rigify/legacy/generate.py
+++ b/rigify/legacy/generate.py
@@ -479,4 +479,4 @@ def isPitchipoy(metarig):
words = pb.rigify_type.partition('.')
if words[0] == 'pitchipoy':
return True
- return False \ No newline at end of file
+ return False
diff --git a/rigify/legacy/metarigs/pitchipoy_human.py b/rigify/legacy/metarigs/pitchipoy_human.py
index 56748768..98541c07 100644
--- a/rigify/legacy/metarigs/pitchipoy_human.py
+++ b/rigify/legacy/metarigs/pitchipoy_human.py
@@ -2717,4 +2717,4 @@ def create(obj):
arm.layers = [(x in [0, 3, 5, 7, 10, 13, 16]) for x in range(32)]
if __name__ == "__main__":
- create(bpy.context.active_object) \ No newline at end of file
+ create(bpy.context.active_object)
diff --git a/rigify/legacy/rigs/pitchipoy/super_face.py b/rigify/legacy/rigs/pitchipoy/super_face.py
index 341596a1..c999ae9a 100644
--- a/rigify/legacy/rigs/pitchipoy/super_face.py
+++ b/rigify/legacy/rigs/pitchipoy/super_face.py
@@ -2397,4 +2397,3 @@ def create_square_widget(rig, bone_name, size=1.0, bone_transform_name=None):
return obj
else:
return None
-
diff --git a/rigify/legacy/rigs/pitchipoy/super_finger.py b/rigify/legacy/rigs/pitchipoy/super_finger.py
index 68b2c7fa..32172542 100644
--- a/rigify/legacy/rigs/pitchipoy/super_finger.py
+++ b/rigify/legacy/rigs/pitchipoy/super_finger.py
@@ -407,8 +407,3 @@ def create_sample(obj):
bone.select_head = True
bone.select_tail = True
arm.edit_bones.active = bone
-
-
-
-
-
diff --git a/rigify/legacy/rigs/pitchipoy/super_widgets.py b/rigify/legacy/rigs/pitchipoy/super_widgets.py
index 8930ba91..72384a7c 100644
--- a/rigify/legacy/rigs/pitchipoy/super_widgets.py
+++ b/rigify/legacy/rigs/pitchipoy/super_widgets.py
@@ -160,5 +160,3 @@ def create_ballsocket_widget(rig, bone_name, size=1.0, bone_transform_name=None)
return obj
else:
return None
-
-