Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShrinivas Kulkarni <shrinivk@gmail.com>2019-06-20 17:18:33 +0300
committerShrinivas Kulkarni <shrinivk@gmail.com>2019-06-20 17:19:37 +0300
commit532fee9ca518e71d3e385805881875117ba92e63 (patch)
tree3184e43b2bba49e0e155fabffb206e13ae5499d6 /curve_assign_shapekey.py
parent2677601fa28eb32576ba28ad6188935c6b9ef831 (diff)
curve_assign_shapekey: added wiki_url in bl_info: T62799
Diffstat (limited to 'curve_assign_shapekey.py')
-rw-r--r--curve_assign_shapekey.py1
1 files changed, 1 insertions, 0 deletions
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),
}