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 efb55f98..f4be17c7 100644
--- a/add_curve_ivygen.py
+++ b/add_curve_ivygen.py
@@ -528,7 +528,7 @@ class IvyGen(Operator):
# radius = computeBoundingSphere(ob) # Not needed anymore
# Get the seeding point
- seedPoint = context.scene.cursor_location
+ seedPoint = context.scene.cursor.location
# Fix the random seed
rand_seed(randomSeed)