Skip to content
Snippets Groups Projects
Commit 98344788 authored by Ryan Inch's avatar Ryan Inch
Browse files

Collection Manager: Update bl_info. Task: T69577

Added wiki_url back to bl_info because the addon can be downloaded
from feedback threads and used with older blender versions.

Added tracker_url to bl_info to point people to my thread
on blenderartists.org for feedback and bug reports.
parent 73e0079f
No related branches found
No related tags found
No related merge requests found
...@@ -22,11 +22,13 @@ bl_info = { ...@@ -22,11 +22,13 @@ bl_info = {
"name": "Collection Manager", "name": "Collection Manager",
"description": "Manage collections and their objects", "description": "Manage collections and their objects",
"author": "Ryan Inch", "author": "Ryan Inch",
"version": (2, 7, 19), "version": (2, 7, 20),
"blender": (2, 80, 0), "blender": (2, 80, 0),
"location": "View3D - Object Mode (Shortcut - M)", "location": "View3D - Object Mode (Shortcut - M)",
"warning": '', # used for warning icon and text in addons panel "warning": '', # used for warning icon and text in addons panel
"doc_url": "{BLENDER_MANUAL_URL}/addons/interface/collection_manager.html", "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", "category": "Interface",
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment