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:
authorCampbell Barton <ideasman42@gmail.com>2020-10-16 07:34:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-10-16 07:52:43 +0300
commita1f229202345c5e705f3035e2ff418bc3a9fe669 (patch)
tree9ca513a528ca930eb7fc5fed98a93f5d85057fca /magic_uv
parent720fe5878de21a46e205c4693ee1410b24967887 (diff)
update bl_info
Correct version number and use doc_url.
Diffstat (limited to 'magic_uv')
-rw-r--r--magic_uv/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/magic_uv/__init__.py b/magic_uv/__init__.py
index b92714fe..fda951bd 100644
--- a/magic_uv/__init__.py
+++ b/magic_uv/__init__.py
@@ -35,8 +35,8 @@ bl_info = {
"description": "UV Toolset. See Add-ons Preferences for details",
"warning": "",
"support": "COMMUNITY",
- "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
- "uv/magic_uv.html",
+ "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "uv/magic_uv.html",
"doc_url": "{BLENDER_MANUAL_URL}/addons/uv/magic_uv.html",
"tracker_url": "https://github.com/nutti/Magic-UV",
"category": "UV",