From eb806acba079b5ead2dc0f23dbfdc150f9a1c6cf Mon Sep 17 00:00:00 2001 From: meta-androcto Date: Wed, 9 Aug 2017 10:45:57 +1000 Subject: crack it addon, correct bl_info T52304 --- object_fracture_crack/__init__.py | 4 ++-- 1 file 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/" -- cgit v1.2.3