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_scene_m3/import_m3.py')
-rw-r--r--io_scene_m3/import_m3.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_scene_m3/import_m3.py b/io_scene_m3/import_m3.py
index 7a7678e8..a6f48cd4 100644
--- a/io_scene_m3/import_m3.py
+++ b/io_scene_m3/import_m3.py
@@ -341,6 +341,7 @@ class M3Importer(bpy.types.Operator):
'''Import from M3 file format (.m3)'''
bl_idname = "import_mesh.blizzard_m3"
bl_label = 'Import M3'
+ bl_options = {'UNDO'}
# List of operator properties, the attributes will be assigned
# to the class instance from the operator settings before calling.