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-12-09 14:10:02 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-12-09 14:10:02 +0400
commit2a79b350e8543d25d71e0c55fae2ec3805a85c9e (patch)
tree71c7884095f6fc32b13e16e4cbd27f0f9b7a83cd /io_mesh_stl
parent0660cc9242717d4ac1578529c607a513d431d962 (diff)
reduce stl docstrings and keep chan exporter pep8 (remove minor warnings at least)
Diffstat (limited to 'io_mesh_stl')
-rw-r--r--io_mesh_stl/__init__.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/io_mesh_stl/__init__.py b/io_mesh_stl/__init__.py
index 7ba313bc..2eb36a82 100644
--- a/io_mesh_stl/__init__.py
+++ b/io_mesh_stl/__init__.py
@@ -108,9 +108,7 @@ class ImportSTL(bpy.types.Operator, ImportHelper):
class ExportSTL(bpy.types.Operator, ExportHelper):
- '''
- Save STL triangle mesh data from the active object
- '''
+ '''Save STL triangle mesh data from the active object'''
bl_idname = "export_mesh.stl"
bl_label = "Export STL"