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>2016-08-12 03:54:15 +0300
committermeta-androcto <meta.androcto1@gmail.com>2016-08-12 03:54:15 +0300
commita04af35e720b10c776f2e0ea94a09c08cd14a842 (patch)
tree0fefb58c789d348540b4adaf1fce87603bf5c6fa /add_curve_ivygen.py
parent1f3ec22d30fc557d5c7aba516c6243c36000237c (diff)
Fix: T49025 ivy gen invoke thanks @batfinger
Diffstat (limited to 'add_curve_ivygen.py')
-rw-r--r--add_curve_ivygen.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/add_curve_ivygen.py b/add_curve_ivygen.py
index ac457172..66ca8c45 100644
--- a/add_curve_ivygen.py
+++ b/add_curve_ivygen.py
@@ -537,6 +537,10 @@ class IvyGen(bpy.types.Operator):
return ((ob is not None) and
(ob.type == 'MESH') and
(context.mode == 'OBJECT'))
+
+ def invoke(self, context, event):
+ self.updateIvy = True
+ return self.execute(context)
def execute(self, context):
if not self.updateIvy: