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-11-13 04:54:59 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-11-13 04:54:59 +0300
commitd7ab52f6ffe21410b226f1cb2d392583a2faa82d (patch)
tree82c1d08c183629ce79d05cc7eaaf374a3c4211e9 /animation_add_corrective_shape_key.py
parent0c476b7c19310ea99d20b0e5b273a7c22fbf83ec (diff)
corrective shape keys: add manual link
Diffstat (limited to 'animation_add_corrective_shape_key.py')
-rw-r--r--animation_add_corrective_shape_key.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/animation_add_corrective_shape_key.py b/animation_add_corrective_shape_key.py
index d0f3f9f4..e0961e8d 100644
--- a/animation_add_corrective_shape_key.py
+++ b/animation_add_corrective_shape_key.py
@@ -25,8 +25,8 @@ bl_info = {
"blender": (2, 80, 0),
"location": "Object Data > Shape Keys Specials or Search",
"description": "Creates a corrective shape key for the current pose",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/Animation/Corrective_Shape_Key",
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "animation/corrective_shape_keys.html",
"category": "Animation",
}