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:
authorCampbell Barton <ideasman42@gmail.com>2011-09-22 09:11:02 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-22 09:11:02 +0400
commit997ba458ec53f764c6660bb681840f2740cd3d91 (patch)
treef6e85d9c2a3879de4b8d7ab6e9a83ea6f1e23d8e /io_mesh_ply/__init__.py
parent1d95b9529ba793d98552aa661910d9865757f3d2 (diff)
minor cleanup for x3d, dont use str as variable name and remove unneeded check
Diffstat (limited to 'io_mesh_ply/__init__.py')
-rw-r--r--io_mesh_ply/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_mesh_ply/__init__.py b/io_mesh_ply/__init__.py
index ab245ed7..26d701a1 100644
--- a/io_mesh_ply/__init__.py
+++ b/io_mesh_ply/__init__.py
@@ -80,7 +80,7 @@ class ImportPLY(bpy.types.Operator, ImportHelper):
class ExportPLY(bpy.types.Operator, ExportHelper):
'''Export a single object as a stanford PLY with normals, ''' \
- '''colours and texture coordinates.'''
+ '''colours and texture coordinates'''
bl_idname = "export_mesh.ply"
bl_label = "Export PLY"