From a09b0fea14bf6aa8d03cd32ef8d354dda9bed2e8 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sat, 3 Sep 2011 11:31:10 +0000 Subject: Some more UNDO pushes for import operators. Forgot to modify this files in recent commit. --- io_mesh_stl/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'io_mesh_stl') 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" -- cgit v1.2.3