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:
Diffstat (limited to 'rigify/__init__.py')
-rw-r--r--rigify/__init__.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/rigify/__init__.py b/rigify/__init__.py
index 25c164ab..a6e7fa87 100644
--- a/rigify/__init__.py
+++ b/rigify/__init__.py
@@ -25,9 +25,10 @@ bl_info = {
"blender": (2, 81, 0),
"description": "Automatic rigging from building-block components",
"location": "Armature properties, Bone properties, View3d tools panel, Armature Add menu",
- "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
- "rigging/rigify/index.html",
- "category": "Rigging"}
+ "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "rigging/rigify/index.html",
+ "category": "Rigging",
+}
import importlib
import sys