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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'depsgraph_debug.py')
-rw-r--r--depsgraph_debug.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/depsgraph_debug.py b/depsgraph_debug.py
index 76f25290..c0906005 100644
--- a/depsgraph_debug.py
+++ b/depsgraph_debug.py
@@ -30,9 +30,10 @@ bl_info = {
"blender": (2, 80, 0),
"description": "Various dependency graph debugging tools",
"warning": "",
- "wiki_url": "",
+ "doc_url": "",
"tracker_url": "",
- "category": "Development"}
+ "category": "Development",
+}
def _get_depsgraph(context):