Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <Blendify>2020-03-05 03:40:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-05 03:45:22 +0300
commitae223ff52bed52811873c110ecf1045d2da35b9b (patch)
tree3e485e2b47dce27af9328d270d39580cf4f78a3d /release/scripts/templates_py
parent3da2dc82132f82356ffdfaf3e4c9bf3e643e8aaf (diff)
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 :)
Diffstat (limited to 'release/scripts/templates_py')
-rw-r--r--release/scripts/templates_py/addon_add_object.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/templates_py/addon_add_object.py b/release/scripts/templates_py/addon_add_object.py
index 47997069cbb..05a713b76b0 100644
--- a/release/scripts/templates_py/addon_add_object.py
+++ b/release/scripts/templates_py/addon_add_object.py
@@ -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",
}