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
path: root/rigify
diff options
context:
space:
mode:
authorNathan Vegdahl <cessen@cessen.com>2011-02-24 11:33:20 +0300
committerNathan Vegdahl <cessen@cessen.com>2011-02-24 11:33:20 +0300
commitc75b0a4fba03693b4031035be280f41bface2f14 (patch)
tree1c2d1e63b4f19d7432250c4b29be8600679a78f5 /rigify
parent78de6ddf6f6de5bddf927612684706415e6abca9 (diff)
Updated rigify addon info.
Diffstat (limited to 'rigify')
-rw-r--r--rigify/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rigify/__init__.py b/rigify/__init__.py
index 8a443fa0..a235b08c 100644
--- a/rigify/__init__.py
+++ b/rigify/__init__.py
@@ -20,10 +20,10 @@ bl_info = {
"name": "Rigify",
"author": "Nathan Vegdahl",
"version": (0, 5),
- "blender": (2, 5, 5),
+ "blender": (2, 5, 6),
"location": "View3D > Add > Armature",
"description": "Adds various Rig Templates",
- "api": 33110,
+ "api": 35119,
"location": "Armature properties",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
"Scripts/Rigging/Rigify",