From 532fee9ca518e71d3e385805881875117ba92e63 Mon Sep 17 00:00:00 2001 From: Shrinivas Kulkarni Date: Thu, 20 Jun 2019 19:48:33 +0530 Subject: curve_assign_shapekey: added wiki_url in bl_info: T62799 --- curve_assign_shapekey.py | 1 + 1 file changed, 1 insertion(+) (limited to '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), } -- cgit v1.2.3