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__.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/rigify/__init__.py b/rigify/__init__.py
index 4a431e3a..52ef75fd 100644
--- a/rigify/__init__.py
+++ b/rigify/__init__.py
@@ -21,12 +21,16 @@ bl_addon_info = {
"author": "Nathan Vegdahl",
"version": (0, 5),
"blender": (2, 5, 5),
+ "description": "?",
"api": 33110,
"location": "Armature properties",
- "wiki_url": "",
- "tracker_url": "",
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "Scripts/Rigging/Rigify",
+ "tracker_url": "http://projects.blender.org/tracker/index.php?"\
+ "func=detail&aid=25546",
"category": "Rigging"}
+
if "bpy" in locals():
import imp
imp.reload(generate)