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:
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 /object_add_chain.py
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 'object_add_chain.py')
-rw-r--r--object_add_chain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_add_chain.py b/object_add_chain.py
index f86a8176..8b30264c 100644
--- a/object_add_chain.py
+++ b/object_add_chain.py
@@ -142,7 +142,7 @@ def Add_Chain():
#makes AddChain an operator
class AddChain(bpy.types.Operator):
- '''Add a Chain.'''
+ '''Add a Chain'''
bl_idname = "mesh.primitive_chain_add"
bl_label = "Add Chain"
bl_options = {'REGISTER', 'UNDO'}