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:
Diffstat (limited to 'add_mesh_discombobulator/__init__.py')
-rw-r--r--add_mesh_discombobulator/__init__.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/add_mesh_discombobulator/__init__.py b/add_mesh_discombobulator/__init__.py
index a52b54d8..a188ddab 100644
--- a/add_mesh_discombobulator/__init__.py
+++ b/add_mesh_discombobulator/__init__.py
@@ -57,12 +57,12 @@ from bpy.props import (
# Define "Extras" menu
def menu_func(self, context):
- lay_out = self.layout
- lay_out.operator_context = 'INVOKE_REGION_WIN'
+ layout = self.layout
+ layout.operator_context = 'INVOKE_REGION_WIN'
- lay_out.separator()
- lay_out.operator("discombobulate.ops",
- text="Discombobulator")
+ layout.separator()
+ layout.operator("discombobulate.ops",
+ text="Discombobulator", icon="MOD_BUILD")
# Properties