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/__init__.py')
-rw-r--r--io_curve_svg/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/io_curve_svg/__init__.py b/io_curve_svg/__init__.py
index d41e79e8..a0e5a70c 100644
--- a/io_curve_svg/__init__.py
+++ b/io_curve_svg/__init__.py
@@ -22,9 +22,9 @@ bl_info = {
"name": "Scalable Vector Graphics (SVG) 1.1 format",
"author": "Sergey Sharybin",
"blender": (2, 5, 7),
- "api": 35622,
- "location": "File > Import-Export",
- "description": "Import SVG",
+ "api": 36079,
+ "location": "File > Import > Scalable Vector Graphics (.svg)",
+ "description": "Import SVG as curves",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
"Scripts/Import-Export/SVG",