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:
Diffstat (limited to 'rigify/rigs/palm.py')
-rw-r--r--rigify/rigs/palm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rigify/rigs/palm.py b/rigify/rigs/palm.py
index 6ad72f4e..1309f626 100644
--- a/rigify/rigs/palm.py
+++ b/rigify/rigs/palm.py
@@ -66,7 +66,7 @@ class Rig:
siblings = bone_siblings(obj, bone)
if len(siblings) == 0:
- raise MetarigError("RIGIFY ERROR: Bone '%s': must have a parent and at least one sibling." % (strip_org(bone)))
+ raise MetarigError("RIGIFY ERROR: Bone '%s': must have a parent and at least one sibling" % (strip_org(bone)))
# Sort list by name and distance
siblings.sort()