UI for texture space in mesh/curve/mball data properties

http://pasteall.org/pic/show.php?id=13244
This commit is contained in:
Daniel Salazar
2011-06-04 08:09:34 +00:00
parent 1915f1b1e2
commit 86f2f425bf
3 changed files with 12 additions and 1 deletions

View File

@@ -116,6 +116,10 @@ class DATA_PT_shape_curve(CurveButtonsPanel, bpy.types.Panel):
col.label(text="Textures:")
col.prop(curve, "use_uv_as_generated")
col.prop(curve, "use_auto_texspace")
row = layout.row()
row.column().prop(curve, "texspace_location")
row.column().prop(curve, "texspace_size")
class DATA_PT_geometry_curve(CurveButtonsPanel, bpy.types.Panel):