From 136aca7c6e711770c5fcd7f80512ec724af79375 Mon Sep 17 00:00:00 2001 From: M Bouchard Guillaume Date: Fri, 21 Jan 2011 13:46:37 +0000 Subject: Some cosmetics fixes - Display the right docstring for ply files - Add a filter to *.stl on importing stl files --- io_mesh_ply/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_mesh_ply') 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" -- cgit v1.2.3