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-22 14:02:53 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-03-22 14:02:53 +0300
commit213751311a45f1a91214f705fa7c864fdc6b27ae (patch)
treefc68facd097eedc11a0c897602ef5da8939f704e /add_curve_ivygen.py
parent349bbeaa8a6796424bd81261830fb50290794c8b (diff)
Ivy Gen, add curve icon
Diffstat (limited to 'add_curve_ivygen.py')
-rw-r--r--add_curve_ivygen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_curve_ivygen.py b/add_curve_ivygen.py
index 9655a940..6e45d890 100644
--- a/add_curve_ivygen.py
+++ b/add_curve_ivygen.py
@@ -667,7 +667,7 @@ class IvyGen(bpy.types.Operator):
def menu_func(self, context):
self.layout.operator(IvyGen.bl_idname, text="Add Ivy to Mesh",
- icon='PLUGIN').updateIvy = True
+ icon='OUTLINER_DATA_CURVE').updateIvy = True
def register():