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:
-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():