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