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_shape_mdd/__init__.py')
-rw-r--r--io_shape_mdd/__init__.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/io_shape_mdd/__init__.py b/io_shape_mdd/__init__.py
index f934c197..0078b537 100644
--- a/io_shape_mdd/__init__.py
+++ b/io_shape_mdd/__init__.py
@@ -26,10 +26,11 @@ bl_info = {
"location": "File > Import-Export",
"description": "Import-Export MDD as mesh shape keys",
"warning": "",
- "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
- "import_export/shape_mdd.html",
+ "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "import_export/shape_mdd.html",
"support": 'OFFICIAL',
- "category": "Import-Export"}
+ "category": "Import-Export",
+}
if "bpy" in locals():
import importlib