Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/ui/buttons_data_curve.py')
-rw-r--r--release/ui/buttons_data_curve.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/ui/buttons_data_curve.py b/release/ui/buttons_data_curve.py
index 4d6817d0fe8..a51ce50b047 100644
--- a/release/ui/buttons_data_curve.py
+++ b/release/ui/buttons_data_curve.py
@@ -33,7 +33,7 @@ class DATA_PT_shape_curve(DataButtonsPanel):
sub.itemL(text="Textures:")
sub.itemR(curve, "uv_orco")
- sub.itemR(curve, "autotexspace")
+ sub.itemR(curve, "auto_texspace")
sub = split.column()
sub.itemL(text="Resolution:")