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
parent720fe5878de21a46e205c4693ee1410b24967887 (diff)
update bl_info
Correct version number and use doc_url.
-rw-r--r--io_import_images_as_planes.py2
-rw-r--r--magic_uv/__init__.py4
-rw-r--r--object_collection_manager/__init__.py1
-rwxr-xr-xpower_sequencer/__init__.py2
4 files changed, 4 insertions, 5 deletions
diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py
index 41d0c3f6..e5b2eae2 100644
--- a/io_import_images_as_planes.py
+++ b/io_import_images_as_planes.py
@@ -22,7 +22,7 @@ bl_info = {
"name": "Import Images as Planes",
"author": "Florian Meyer (tstscr), mont29, matali, Ted Schundler (SpkyElctrc)",
"version": (3, 3, 2),
- "blender": (2, 91, 5),
+ "blender": (2, 91, 0),
"location": "File > Import > Images as Planes or Add > Mesh > Images as Planes",
"description": "Imports images and creates planes with the appropriate aspect ratio. "
"The images are mapped to the planes.",
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",
diff --git a/object_collection_manager/__init__.py b/object_collection_manager/__init__.py
index b20d1a2d..10c49a71 100644
--- a/object_collection_manager/__init__.py
+++ b/object_collection_manager/__init__.py
@@ -27,7 +27,6 @@ bl_info = {
"location": "View3D - Object Mode (Shortcut - M)",
"warning": '', # used for warning icon and text in addons panel
"doc_url": "{BLENDER_MANUAL_URL}/addons/interface/collection_manager.html",
- "wiki_url": "https://docs.blender.org/manual/en/dev/addons/interface/collection_manager.html",
"tracker_url": "https://blenderartists.org/t/release-addon-collection-manager-feedback/1186198/",
"category": "Interface",
}
diff --git a/power_sequencer/__init__.py b/power_sequencer/__init__.py
index 2f094ed9..83a53365 100755
--- a/power_sequencer/__init__.py
+++ b/power_sequencer/__init__.py
@@ -42,7 +42,7 @@ bl_info = {
"blender": (2, 81, 0),
"location": "Sequencer",
"tracker_url": "https://github.com/GDquest/Blender-power-sequencer/issues",
- "wiki_url": "https://www.gdquest.com/docs/documentation/power-sequencer/",
+ "doc_url": "https://www.gdquest.com/docs/documentation/power-sequencer/",
"support": "COMMUNITY",
"category": "Sequencer",
}