[Bf-extensions-cvs] [6f8ffc26] master: curve_assign_shapekey: add manual link

meta-androcto noreply at git.blender.org
Wed Oct 16 09:34:45 CEST 2019


Commit: 6f8ffc261e243ebe6cb3b74e048f104671ab4c93
Author: meta-androcto
Date:   Wed Oct 16 18:34:25 2019 +1100
Branches: master
https://developer.blender.org/rBA6f8ffc261e243ebe6cb3b74e048f104671ab4c93

curve_assign_shapekey: add manual link

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

M	curve_assign_shapekey.py

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

diff --git a/curve_assign_shapekey.py b/curve_assign_shapekey.py
index 46a2b0d1..f519acc5 100644
--- a/curve_assign_shapekey.py
+++ b/curve_assign_shapekey.py
@@ -27,7 +27,8 @@ bl_info = {
     "location": "View 3D > Sidebar > Edit Tab",
     "description": "Assigns one or more Bezier curves as shape keys to another Bezier curve",
     "category": "Add Curve",
-    "wiki_url": "https://github.com/Shriinivas/assignshapekey/blob/master/README.md",
+    "wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
+                "add_curve/assign_shape_keys.html",
     "blender": (2, 80, 0),
 }



More information about the Bf-extensions-cvs mailing list