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:
authorInes Almeida <britalmeida@gmail.com>2018-08-22 21:50:06 +0300
committerInes Almeida <britalmeida@gmail.com>2018-08-22 21:50:06 +0300
commit5e7415063426f8c03ef53edc2b412f6572798765 (patch)
tree51a91170af426251559d79914806fcd804a762c1 /rigify/__init__.py
parenta9ef0e5a6480869d22ee51b9c4740bfe1a2e8938 (diff)
rigify: revert 2.8 version bump until generate is working again
Diffstat (limited to 'rigify/__init__.py')
-rw-r--r--rigify/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rigify/__init__.py b/rigify/__init__.py
index 21a33050..f0a332f8 100644
--- a/rigify/__init__.py
+++ b/rigify/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
"name": "Rigify",
"version": (0, 5),
"author": "Nathan Vegdahl, Lucio Rossi, Ivan Cappiello",
- "blender": (2, 80, 0),
+ "blender": (2, 79, 0),
"description": "Automatic rigging from building-block components",
"location": "Armature properties, Bone properties, View3d tools panel, Armature Add menu",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"