update bl_info

Correct version number and use doc_url.
This commit is contained in:
Campbell Barton 2020-10-16 15:34:06 +11:00
parent 720fe5878d
commit a1f2292023
4 changed files with 4 additions and 5 deletions

View File

@ -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.",

View File

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

View File

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

View File

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