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:
authorFlorian Meyer <florianfelix@web.de>2010-05-23 14:33:34 +0400
committerFlorian Meyer <florianfelix@web.de>2010-05-23 14:33:34 +0400
commit050dd2ec79e2e52e7cd56e81d7281478e9540f6d (patch)
tree98ffde533093a6cb16df535e5b014de4cd84aa8f /add_curve_aceous_galore.py
parent5cd35230402dd44354fc24d7116d4fed440be419 (diff)
added icon
looked naked otherwise
Diffstat (limited to 'add_curve_aceous_galore.py')
-rw-r--r--add_curve_aceous_galore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py
index 229502c1..3c6386b2 100644
--- a/add_curve_aceous_galore.py
+++ b/add_curve_aceous_galore.py
@@ -1126,7 +1126,7 @@ class Curveaceous_galore(bpy.types.Operator):
##### REGISTER #####
Curveaceous_galore_button = (lambda self, context: self.layout.operator
- (Curveaceous_galore.bl_idname, text="curvatures gallore"))
+ (Curveaceous_galore.bl_idname, text="curvatures gallore", icon="PLUGIN"))
classes = [
Curveaceous_galore