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_sapling')
-rw-r--r--add_curve_sapling/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_curve_sapling/utils.py b/add_curve_sapling/utils.py
index 66ee91f6..5ea23001 100644
--- a/add_curve_sapling/utils.py
+++ b/add_curve_sapling/utils.py
@@ -1603,7 +1603,7 @@ def addTree(props):
treeOb = bpy.data.objects.new('tree', cu)
bpy.context.scene.collection.objects.link(treeOb)
- # treeOb.location=bpy.context.scene.cursor_location attractUp
+ # treeOb.location=bpy.context.scene.cursor.location attractUp
cu.dimensions = '3D'
cu.fill_mode = 'FULL'