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-03-23 10:25:19 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-03-23 10:25:19 +0300
commit0d051011762c09d35d856aa6efd2091037d16e19 (patch)
tree283511c8661bcc72e6b9dde0a608ce492c16061d /object_fracture
parent857df14fe48528a4362bc5ab7f836695bf32a368 (diff)
object_fracture addon: remove plugin icon
Diffstat (limited to 'object_fracture')
-rw-r--r--object_fracture/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_fracture/__init__.py b/object_fracture/__init__.py
index e01f774a..0ac9f403 100644
--- a/object_fracture/__init__.py
+++ b/object_fracture/__init__.py
@@ -57,7 +57,7 @@ class INFO_MT_add_fracture_objects(bpy.types.Menu):
def menu_func(self, context):
- self.layout.menu("INFO_MT_add_fracture_objects", icon="PLUGIN")
+ self.layout.menu("INFO_MT_add_fracture_objects")
def register():