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>2017-07-24 18:30:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-07-24 18:30:13 +0300
commit5bf39c3cfb72f7b1b79c847ac9f6f0804f813868 (patch)
tree613e3a6edcc7a62c914c5e1c5a1aff0a5b05d021 /rigify/utils.py
parentc992b17be98e245d1d2c7a7ecb557241e10b6f32 (diff)
Cleanup: trailing spaces
Diffstat (limited to 'rigify/utils.py')
-rw-r--r--rigify/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rigify/utils.py b/rigify/utils.py
index a1a1dbec..0b17a390 100644
--- a/rigify/utils.py
+++ b/rigify/utils.py
@@ -202,7 +202,7 @@ def copy_bone_simple(obj, bone_name, assign_name=''):
edit_bone_1 = obj.data.edit_bones[bone_name]
edit_bone_2 = obj.data.edit_bones.new(assign_name)
bone_name_1 = bone_name
- bone_name_2 = edit_bone_2.name
+ bone_name_2 = edit_bone_2.name
# Copy edit bone attributes
edit_bone_2.layers = list(edit_bone_1.layers)