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 03:15:32 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-12-01 03:15:32 +0300
commit64c72dd397b6241ab74de2012bde72f163c038a5 (patch)
tree710481a9e95643cb2cd8cd758a53cc075233ef6b /object_carver
parent7d3130872d5ac9bce479a79ae1f4598c870bb6bc (diff)
object carver: add manual link
Diffstat (limited to 'object_carver')
-rw-r--r--object_carver/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/object_carver/__init__.py b/object_carver/__init__.py
index 8ca6bec1..b2a89f28 100644
--- a/object_carver/__init__.py
+++ b/object_carver/__init__.py
@@ -24,7 +24,8 @@ bl_info = {
"blender": (2, 80, 0),
"location": "3D View > Ctrl/Shift/x",
"warning": "",
- "wiki_url": "",
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "object/carver.html",
"support": 'COMMUNITY',
"category": "Object"
}