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:
authorM Bouchard Guillaume <guillaume.bouchard@liris.cnrs.fr>2011-01-21 16:46:37 +0300
committerM Bouchard Guillaume <guillaume.bouchard@liris.cnrs.fr>2011-01-21 16:46:37 +0300
commit136aca7c6e711770c5fcd7f80512ec724af79375 (patch)
tree0a17b9ba266e7bdb37c5aa746abe2ad09436cb61 /io_mesh_ply
parentfa5f389405df615397d3c9e888579b8b5f83fcbe (diff)
Some cosmetics fixes
- Display the right docstring for ply files - Add a filter to *.stl on importing stl files
Diffstat (limited to 'io_mesh_ply')
-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 e6ad0af1..c653a778 100644
--- a/io_mesh_ply/__init__.py
+++ b/io_mesh_ply/__init__.py
@@ -46,7 +46,7 @@ from io_utils import ImportHelper, ExportHelper
class ImportPLY(bpy.types.Operator, ImportHelper):
- '''Load a BVH motion capture file'''
+ '''Load a PLY geometry file'''
bl_idname = "import_mesh.ply"
bl_label = "Import PLY"