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:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-09-03 15:31:10 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-09-03 15:31:10 +0400
commita09b0fea14bf6aa8d03cd32ef8d354dda9bed2e8 (patch)
tree5e82c4edbf95b44b85382de35aa3f19bb90a9271 /io_mesh_stl
parent4b72b2631feb99913dddb5df02ae822fbdcbaf73 (diff)
Some more UNDO pushes for import operators.
Forgot to modify this files in recent commit.
Diffstat (limited to 'io_mesh_stl')
-rw-r--r--io_mesh_stl/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_mesh_stl/__init__.py b/io_mesh_stl/__init__.py
index a4669321..9a40de11 100644
--- a/io_mesh_stl/__init__.py
+++ b/io_mesh_stl/__init__.py
@@ -67,6 +67,7 @@ class ImportSTL(bpy.types.Operator, ImportHelper):
'''Load STL triangle mesh data'''
bl_idname = "import_mesh.stl"
bl_label = "Import STL"
+ bl_options = {'UNDO'}
filename_ext = ".stl"