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:
authormeta-androcto <meta.androcto1@gmail.com>2019-10-16 10:34:25 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-10-16 10:34:25 +0300
commit6f8ffc261e243ebe6cb3b74e048f104671ab4c93 (patch)
tree40ad606dad0be176ea9046c3990960e8d858f574 /curve_assign_shapekey.py
parent70af8e3dd2a87fb2cf8c4a0b33f1a75f140847ba (diff)
curve_assign_shapekey: add manual link
Diffstat (limited to 'curve_assign_shapekey.py')
-rw-r--r--curve_assign_shapekey.py3
1 files changed, 2 insertions, 1 deletions
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),
}