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 /add_curve_torus_knots.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 'add_curve_torus_knots.py')
-rw-r--r--add_curve_torus_knots.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_curve_torus_knots.py b/add_curve_torus_knots.py
index 8f832c5a..bba2afd0 100644
--- a/add_curve_torus_knots.py
+++ b/add_curve_torus_knots.py
@@ -130,7 +130,7 @@ class torus_knot_plus(bpy.types.Operator, AddObjectHelper):
torus_res = IntProperty(name="Resoulution",
default=100,
min=3, soft_min=3,
- description='Resolution, Number of controlverticies.')
+ description='Resolution, Number of controlverticies')
torus_p = IntProperty(name="p",
default=2,
min=1, soft_min=1,