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:20:28 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-11-13 04:20:28 +0300
commit0c476b7c19310ea99d20b0e5b273a7c22fbf83ec (patch)
tree1f64f4f5198767c55ff6cd2716fe7c82218dfa22 /bone_selection_sets.py
parent0805a6a68867493b19af4f560b699b69c3743c91 (diff)
bone_selection_sets: add manual link
Diffstat (limited to 'bone_selection_sets.py')
-rw-r--r--bone_selection_sets.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bone_selection_sets.py b/bone_selection_sets.py
index 1b36987d..ee17eb66 100644
--- a/bone_selection_sets.py
+++ b/bone_selection_sets.py
@@ -24,8 +24,8 @@ bl_info = {
"location": "Properties > Object Data (Armature) > Selection Sets",
"description": "List of Bone sets for easy selection while animating",
"warning": "",
- "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/Animation/SelectionSets",
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "animation/bone_selection_sets.html",
"category": "Animation",
}