[Bf-extensions-cvs] [0d05101] master: object_fracture addon: remove plugin icon

meta-androcto noreply at git.blender.org
Thu Mar 23 08:25:47 CET 2017


Commit: 0d051011762c09d35d856aa6efd2091037d16e19
Author: meta-androcto
Date:   Thu Mar 23 18:25:19 2017 +1100
Branches: master
https://developer.blender.org/rBA0d051011762c09d35d856aa6efd2091037d16e19

object_fracture addon: remove plugin icon

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

M	object_fracture/__init__.py

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

diff --git a/object_fracture/__init__.py b/object_fracture/__init__.py
index e01f774..0ac9f40 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():



More information about the Bf-extensions-cvs mailing list