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:
Diffstat (limited to 'add_curve_ivygen.py')
-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 66ca8c45..9655a940 100644
--- a/add_curve_ivygen.py
+++ b/add_curve_ivygen.py
@@ -537,7 +537,7 @@ 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)