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:
authorMatt Ebb <matt@mke3.net>2010-06-14 11:43:45 +0400
committerMatt Ebb <matt@mke3.net>2010-06-14 11:43:45 +0400
commit69a7807790d1fc175f92ab9ad2104a28282385b2 (patch)
tree8003938c370bc98463a404b033dfe361709d02a6 /release
parenta775843b11f2be78b4d0aba83d542583ab2776ae (diff)
restored old 'uv orco' for curves, renamed to 'map along length'
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/properties_data_curve.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/ui/properties_data_curve.py b/release/scripts/ui/properties_data_curve.py
index 5f1dc662b97..c5bf4b8459b 100644
--- a/release/scripts/ui/properties_data_curve.py
+++ b/release/scripts/ui/properties_data_curve.py
@@ -126,7 +126,7 @@ class DATA_PT_shape_curve(DataButtonsPanel):
sub.prop(curve, "use_deform_fill")
col.label(text="Textures:")
-# col.prop(curve, "uv_orco")
+ col.prop(curve, "map_along_length")
col.prop(curve, "auto_texspace")