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.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/add_curve_sapling/utils.py b/add_curve_sapling/utils.py
index 3dbe53af..a4beb313 100644
--- a/add_curve_sapling/utils.py
+++ b/add_curve_sapling/utils.py
@@ -1608,7 +1608,6 @@ def addTree(props):
cu.fill_mode = 'FULL'
cu.bevel_depth = bevelDepth
cu.bevel_resolution = bevelRes
- cu.use_uv_as_generated = True
# Fix the scale of the tree now
scaleVal = scale + uniform(-scaleV, scaleV)