restored old 'uv orco' for curves, renamed to 'map along length'

This commit is contained in:
2010-06-14 07:43:45 +00:00
parent a775843b11
commit 69a7807790
2 changed files with 8 additions and 3 deletions

View File

@@ -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")