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:
authorAlexander Gavrilov <angavrilov@gmail.com>2021-11-25 19:30:57 +0300
committerAlexander Gavrilov <angavrilov@gmail.com>2021-11-25 19:30:57 +0300
commit67926641d14bba22db04e9e7f8c9e23fd58e4743 (patch)
tree85d0de67b7b833218f17c26a1600989ad669f656
parent5c1716fb5430c41aba524fbd3a0a1ebeb83ca52f (diff)
parent41844e5cfb9a4e695c7992a4c3ab95d9cc62da50 (diff)
Merge branch 'blender-v3.0-release'
-rw-r--r--rigify/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rigify/__init__.py b/rigify/__init__.py
index 4b926c48..019adb48 100644
--- a/rigify/__init__.py
+++ b/rigify/__init__.py
@@ -20,9 +20,9 @@
bl_info = {
"name": "Rigify",
- "version": (0, 6, 3),
+ "version": (0, 6, 4),
"author": "Nathan Vegdahl, Lucio Rossi, Ivan Cappiello, Alexander Gavrilov",
- "blender": (2, 82, 0),
+ "blender": (3, 0, 0),
"description": "Automatic rigging from building-block components",
"location": "Armature properties, Bone properties, View3d tools panel, Armature Add menu",
"doc_url": "{BLENDER_MANUAL_URL}/addons/rigging/rigify/index.html",