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_curve_svg')
-rw-r--r--io_curve_svg/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_curve_svg/__init__.py b/io_curve_svg/__init__.py
index 82982e76..151fd2eb 100644
--- a/io_curve_svg/__init__.py
+++ b/io_curve_svg/__init__.py
@@ -50,6 +50,7 @@ class ImportSVG(bpy.types.Operator, ImportHelper):
'''Load a SVG file'''
bl_idname = "import_curve.svg"
bl_label = "Import SVG"
+ bl_options = {'UNDO'}
filename_ext = ".svg"
filter_glob = StringProperty(default="*.svg", options={'HIDDEN'})