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:
authorAlexander Gavrilov <angavrilov@gmail.com>2019-11-26 23:51:11 +0300
committerAlexander Gavrilov <angavrilov@gmail.com>2019-12-16 18:53:14 +0300
commit0a0edc8903f2f0eb1fb695189021b6ffa4ab4a36 (patch)
tree1ae1a86a0f96f924c66b52bda0e2583aff4f0232 /rigify/utils/bones.py
parenta41ceb3ac8d48fcf8f47360376d009ea08dbb894 (diff)
Rigify: add utilities for handling top/bottom side markers in names.
This will likely be useful in the upcoming new face rigs. Also fix a bug in the bones module.
Diffstat (limited to 'rigify/utils/bones.py')
-rw-r--r--rigify/utils/bones.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rigify/utils/bones.py b/rigify/utils/bones.py
index 854d4428..51a4d44c 100644
--- a/rigify/utils/bones.py
+++ b/rigify/utils/bones.py
@@ -381,7 +381,7 @@ class BoneUtilityMixin(object):
def new_bone(self, new_name):
"""Create a new bone with the specified name."""
- name = new_bone(self.obj, bone_name)
+ name = new_bone(self.obj, new_name)
self.register_new_bone(self, name)
return name