diff --git a/add_curve_ivygen.py b/add_curve_ivygen.py index 9655a940f1388425e1b39ae5fbd6d24d396067ee..6e45d8901f8e3b6d0e73752dcb347f2c70789a44 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():