[Bf-extensions-cvs] [a3087a1c] master: curve tools: add manual link

meta-androcto noreply at git.blender.org
Wed Oct 16 10:52:06 CEST 2019


Commit: a3087a1cc4bca076c9a230e99c2bc1dd7c49a5dc
Author: meta-androcto
Date:   Wed Oct 16 19:50:45 2019 +1100
Branches: master
https://developer.blender.org/rBAa3087a1cc4bca076c9a230e99c2bc1dd7c49a5dc

curve tools: add manual link

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

M	curve_tools/__init__.py

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

diff --git a/curve_tools/__init__.py b/curve_tools/__init__.py
index 736e60fb..1a4e1d08 100644
--- a/curve_tools/__init__.py
+++ b/curve_tools/__init__.py
@@ -30,7 +30,8 @@ bl_info = {
     "location": "View3D > Tool Shelf > Edit Tab",
     "warning": "WIP",
     "wiki_url": "",
-    "tracker_url": "",
+    "wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
+                "add_curve/curve_tools.html",
     "category": "Add Curve"}



More information about the Bf-extensions-cvs mailing list