[Bf-extensions-cvs] [64c72dd3] master: object carver: add manual link

meta-androcto noreply at git.blender.org
Sun Dec 1 01:15:45 CET 2019


Commit: 64c72dd397b6241ab74de2012bde72f163c038a5
Author: meta-androcto
Date:   Sun Dec 1 11:15:32 2019 +1100
Branches: master
https://developer.blender.org/rBA64c72dd397b6241ab74de2012bde72f163c038a5

object carver: add manual link

===================================================================

M	object_carver/__init__.py

===================================================================

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"
 	}



More information about the Bf-extensions-cvs mailing list