[Bf-extensions-cvs] [d7ab52f6] master: corrective shape keys: add manual link

meta-androcto noreply at git.blender.org
Wed Nov 13 02:55:16 CET 2019


Commit: d7ab52f6ffe21410b226f1cb2d392583a2faa82d
Author: meta-androcto
Date:   Wed Nov 13 12:54:59 2019 +1100
Branches: master
https://developer.blender.org/rBAd7ab52f6ffe21410b226f1cb2d392583a2faa82d

corrective shape keys: add manual link

===================================================================

M	animation_add_corrective_shape_key.py

===================================================================

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",
 }



More information about the Bf-extensions-cvs mailing list