[Bf-extensions-cvs] [27ba1929] master: animation_add_corrective_shape_key: minor bl_info change T65258

meta-androcto noreply at git.blender.org
Sat Jun 15 06:38:50 CEST 2019


Commit: 27ba1929bb74a99c370937103b9922425dc1c9d9
Author: meta-androcto
Date:   Sat Jun 15 14:38:20 2019 +1000
Branches: master
https://developer.blender.org/rBAC27ba1929bb74a99c370937103b9922425dc1c9d9

animation_add_corrective_shape_key: minor bl_info change T65258

===================================================================

M	animation_add_corrective_shape_key.py

===================================================================

diff --git a/animation_add_corrective_shape_key.py b/animation_add_corrective_shape_key.py
index f73fc016..c0824168 100644
--- a/animation_add_corrective_shape_key.py
+++ b/animation_add_corrective_shape_key.py
@@ -19,9 +19,9 @@
 # <pep8-80 compliant>
 
 bl_info = {
-    "name": "Corrective shape keys 2.8 plus",
+    "name": "Corrective Shape Keys",
     "author": "Ivo Grigull (loolarge), Tal Trachtman", "Tokikake"
-    "version": (1, 1),
+    "version": (1, 1, 0),
     "blender": (2, 80, 0),
     "location": "Object Data > Shape Keys (Search: corrective) ",
     "description": "Creates a corrective shape key for the current pose",



More information about the Bf-extensions-cvs mailing list