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:
authormeta-androcto <meta.androcto1@gmail.com>2017-08-09 03:45:57 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-08-09 03:45:57 +0300
commiteb806acba079b5ead2dc0f23dbfdc150f9a1c6cf (patch)
tree3eeb290bbef269e823bafe23fe48df5df5391f3b
parent113dcef99b25c2c46f10e2177f3397ad238f7b29 (diff)
crack it addon, correct bl_info T52304
-rw-r--r--object_fracture_crack/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/object_fracture_crack/__init__.py b/object_fracture_crack/__init__.py
index dc43fbe3..d3cd095d 100644
--- a/object_fracture_crack/__init__.py
+++ b/object_fracture_crack/__init__.py
@@ -19,9 +19,9 @@
bl_info = {
"name": "Cell Fracture Crack It",
"author": "Nobuyuki Hirakata",
- "version": (0, 1, 1),
+ "version": (0, 1, 2),
"blender": (2, 78, 5),
- "location": "View3D > Toolshelf > Crack it! Tab",
+ "location": "View3D > Toolshelf > Create Tab",
"description": "Displaced Cell Fracture Addon",
"warning": "Make sure to enable 'Object: Cell Fracture' Addon",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"