curve_assign_shapekey: add manual link

This commit is contained in:
Brendon Murphy 2019-10-16 18:34:25 +11:00
parent 70af8e3dd2
commit 6f8ffc261e
1 changed files with 2 additions and 1 deletions

View File

@ -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),
}