Addons: deprecate 'wiki_url'

When running with debug enabled ('-d' argument),
warnings are printed for add-ons which are not yet updated.

Reminder to name things based on what they do,
not the technologies they use :)
This commit is contained in:
Aaron Carlisle
2020-03-05 11:40:05 +11:00
committed by Campbell Barton
parent 3da2dc8213
commit ae223ff52b
5 changed files with 23 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ bl_info = {
"location": "View3D > Add > Mesh > New Object",
"description": "Adds a new Mesh Object",
"warning": "",
"wiki_url": "",
"doc_url": "",
"category": "Add Mesh",
}