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/legacy/utils.py')
-rw-r--r--rigify/legacy/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rigify/legacy/utils.py b/rigify/legacy/utils.py
index cc2d6676..e3927ac3 100644
--- a/rigify/legacy/utils.py
+++ b/rigify/legacy/utils.py
@@ -749,7 +749,7 @@ def has_connected_children(bone):
def get_layers(layers):
- """ Does it's best to exctract a set of layers from any data thrown at it.
+ """ Does it's best to extract a set of layers from any data thrown at it.
"""
if type(layers) == int:
return [x == layers for x in range(0, 32)]