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:06 +0300
committerAlexander Gavrilov <angavrilov@gmail.com>2021-11-25 19:30:06 +0300
commit41844e5cfb9a4e695c7992a4c3ab95d9cc62da50 (patch)
tree917be5cc26863307f7c424526367732bf5c9b527
parentd077a9bde03d0a73d62cacf8a1372f1d5bb7062f (diff)
Rigify: bump version before Blender 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",