Ivy Gen, add curve icon

This commit is contained in:
Brendon Murphy 2017-03-22 22:02:53 +11:00
parent 349bbeaa8a
commit 213751311a
1 changed files with 1 additions and 1 deletions

View File

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