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
path: root/rigify
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-01-19 00:51:26 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-01-19 00:51:26 +0400
commit7771f0fee3e508674b4852d0ae1f3ae01243ade8 (patch)
treee79c31704cc43b873b735bc05f65e4866bcd6a2a /rigify
parente837d39bd3928cf829893b4fa64100ed0e7d2256 (diff)
- Removed dots from the end of description
- Check for keymap availability to suppress warning messages when running blender in background mode
Diffstat (limited to 'rigify')
-rw-r--r--rigify/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rigify/ui.py b/rigify/ui.py
index d42c96da..f4e8c43a 100644
--- a/rigify/ui.py
+++ b/rigify/ui.py
@@ -251,7 +251,7 @@ class Generate(bpy.types.Operator):
class Sample(bpy.types.Operator):
- '''Create a sample metarig to be modified before generating the final rig.'''
+ '''Create a sample metarig to be modified before generating the final rig'''
bl_idname = "armature.metarig_sample_add"
bl_label = "Add a sample metarig for a rig type"