UI for texture space in mesh/curve/mball data properties
http://pasteall.org/pic/show.php?id=13244
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user