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:
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"