[Bf-extensions-cvs] [2137513] master: Ivy Gen, add curve icon

meta-androcto noreply at git.blender.org
Wed Mar 22 12:03:17 CET 2017


Commit: 213751311a45f1a91214f705fa7c864fdc6b27ae
Author: meta-androcto
Date:   Wed Mar 22 22:02:53 2017 +1100
Branches: master
https://developer.blender.org/rBA213751311a45f1a91214f705fa7c864fdc6b27ae

Ivy Gen, add curve icon

===================================================================

M	add_curve_ivygen.py

===================================================================

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



More information about the Bf-extensions-cvs mailing list