[Bf-extensions-cvs] [532fee9c] master: curve_assign_shapekey: added wiki_url in bl_info: T62799

Shrinivas Kulkarni noreply at git.blender.org
Thu Jun 20 16:21:03 CEST 2019


Commit: 532fee9ca518e71d3e385805881875117ba92e63
Author: Shrinivas Kulkarni
Date:   Thu Jun 20 19:48:33 2019 +0530
Branches: master
https://developer.blender.org/rBA532fee9ca518e71d3e385805881875117ba92e63

curve_assign_shapekey: added wiki_url in bl_info: T62799

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

M	curve_assign_shapekey.py

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

diff --git a/curve_assign_shapekey.py b/curve_assign_shapekey.py
index 58335d0f..8135184c 100644
--- a/curve_assign_shapekey.py
+++ b/curve_assign_shapekey.py
@@ -26,6 +26,7 @@ bl_info = {
     "location": "Properties > Active Tool and Workspace Settings > Assign Shape Keys",
     "description": "Assigns one or more Bezier curves as shape keys to another Bezier curve",
     "category": "Object",
+    "wiki_url": "https://github.com/Shriinivas/assignshapekey/blob/master/README.md",
     "blender": (2, 80, 0),
 }



More information about the Bf-extensions-cvs mailing list