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

@@ -110,7 +110,10 @@ class DATA_PT_settings(MeshButtonsPanel, bpy.types.Panel):
layout.prop(mesh, "texture_mesh")
layout.prop(mesh, "use_auto_texspace")
row = layout.row()
row.column().prop(mesh, "texspace_location")
row.column().prop(mesh, "texspace_size")
class DATA_PT_vertex_groups(MeshButtonsPanel, bpy.types.Panel):
bl_label = "Vertex Groups"