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:
authormeta-androcto <meta.androcto1@gmail.com>2019-12-01 04:03:08 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-12-01 04:03:08 +0300
commitcf7d1fec4be2e9d9059fe987292222199239310b (patch)
tree49f59efce6b74122452eff4d103dd99f622c539d /node_arrange.py
parent494a138bdeec9aca06bfaece36e4332b6476d21e (diff)
node addons: add manual links
Diffstat (limited to 'node_arrange.py')
-rw-r--r--node_arrange.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/node_arrange.py b/node_arrange.py
index 724401bb..ade86b1f 100644
--- a/node_arrange.py
+++ b/node_arrange.py
@@ -24,7 +24,8 @@ bl_info = {
"location": "Node Editor > Properties > Trees",
"description": "Node Tree Arrangement Tools",
"warning": "",
- "wiki_url": "",
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "node/node_arrange.html",
"tracker_url": "https://github.com/JuhaW/NodeArrange/issues",
"category": "Node"
}