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
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/python_api/examples/bpy.types.AddonPreferences.1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/examples/bpy.types.AddonPreferences.1.py b/doc/python_api/examples/bpy.types.AddonPreferences.1.py
index 95285e8ac0c..0c82ff924de 100644
--- a/doc/python_api/examples/bpy.types.AddonPreferences.1.py
+++ b/doc/python_api/examples/bpy.types.AddonPreferences.1.py
@@ -6,7 +6,7 @@ bl_info = {
"location": "SpaceBar Search -> Add-on Preferences Example",
"description": "Example Add-on",
"warning": "",
- "wiki_url": "",
+ "doc_url": "",
"tracker_url": "",
"category": "Object",
}