[Bf-extensions-cvs] [eb806acb] master: crack it addon, correct bl_info T52304

meta-androcto noreply at git.blender.org
Wed Aug 9 02:46:24 CEST 2017


Commit: eb806acba079b5ead2dc0f23dbfdc150f9a1c6cf
Author: meta-androcto
Date:   Wed Aug 9 10:45:57 2017 +1000
Branches: master
https://developer.blender.org/rBAeb806acba079b5ead2dc0f23dbfdc150f9a1c6cf

crack it addon, correct bl_info T52304

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

M	object_fracture_crack/__init__.py

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

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/"



More information about the Bf-extensions-cvs mailing list