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_extra_objects
parent771d44776914a2502bf5d703b38861d180140fc5 (diff)
Fix T73547: Removed Call To Deprecated Prop: D6739
Diffstat (limited to 'add_curve_extra_objects')
-rw-r--r--add_curve_extra_objects/add_curve_spirofit_bouncespline.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/add_curve_extra_objects/add_curve_spirofit_bouncespline.py b/add_curve_extra_objects/add_curve_spirofit_bouncespline.py
index 681734d9..97310799 100644
--- a/add_curve_extra_objects/add_curve_spirofit_bouncespline.py
+++ b/add_curve_extra_objects/add_curve_spirofit_bouncespline.py
@@ -890,7 +890,6 @@ def add_curve_object(
spline.points[i].co = verts[i][0], verts[i][1], verts[i][2], 1
scene.collection.objects.link(cur)
- cur.data.use_uv_as_generated = True
cur.data.resolution_u = resolution_u
cur.data.fill_mode = 'FULL'
cur.data.bevel_depth = bevel