diff --git a/add_curve_extra_objects/add_curve_spirofit_bouncespline.py b/add_curve_extra_objects/add_curve_spirofit_bouncespline.py
index 681734d9ab03e4740b422bb204394de9696acc93..97310799bd864fb6ccf2b60c63a0b105f1b52257 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
diff --git a/add_curve_sapling/utils.py b/add_curve_sapling/utils.py
index 3dbe53afe7b1c18488840ec3c7e6f641a3e6bbc7..a4beb313b432afac235c047547aa5f9955b5672c 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)