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>2020-02-04 08:57:35 +0300
committermeta-androcto <meta.androcto1@gmail.com>2020-02-04 08:57:35 +0300
commitd303eea099834fe51720ae10f25cb27cd19194a4 (patch)
tree1d52ab773a769df58db340760bfab3a623baeb6e /add_curve_sapling
parent771d44776914a2502bf5d703b38861d180140fc5 (diff)
Fix T73547: Removed Call To Deprecated Prop: D6739
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)