[Bf-extensions-cvs] [a1f22920] master: update bl_info

Campbell Barton noreply at git.blender.org
Fri Oct 16 06:53:30 CEST 2020


Commit: a1f229202345c5e705f3035e2ff418bc3a9fe669
Author: Campbell Barton
Date:   Fri Oct 16 15:34:06 2020 +1100
Branches: master
https://developer.blender.org/rBAa1f229202345c5e705f3035e2ff418bc3a9fe669

update bl_info

Correct version number and use doc_url.

===================================================================

M	io_import_images_as_planes.py
M	magic_uv/__init__.py
M	object_collection_manager/__init__.py
M	power_sequencer/__init__.py

===================================================================

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",
 }



More information about the Bf-extensions-cvs mailing list