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_stl
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_stl')
-rw-r--r--io_mesh_stl/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/io_mesh_stl/__init__.py b/io_mesh_stl/__init__.py
index 0a1ca354..8d5297fd 100644
--- a/io_mesh_stl/__init__.py
+++ b/io_mesh_stl/__init__.py
@@ -71,6 +71,8 @@ class ImportSTL(bpy.types.Operator, ImportHelper):
bl_label = "Import STL"
filename_ext = ".stl"
+
+ filter_glob = StringProperty(default="*.stl", options={'HIDDEN'})
files = CollectionProperty(name="File Path",
description="File path used for importing "