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 /io_export_pc2.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 'io_export_pc2.py')
-rw-r--r--io_export_pc2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_export_pc2.py b/io_export_pc2.py
index 777ddac9..b09d5a73 100644
--- a/io_export_pc2.py
+++ b/io_export_pc2.py
@@ -105,7 +105,7 @@ def do_export(context, props, filepath):
###### EXPORT OPERATOR #######
class Export_pc2(bpy.types.Operator, ExportHelper):
- '''Exports the active Object as a .pc2 Pointcache file.'''
+ '''Exports the active Object as a .pc2 Pointcache file'''
bl_idname = "export_shape.pc2"
bl_label = "Export Pointcache (.pc2)"