[TextureAtlas] gui tweaks 2.

This commit is contained in:
paul geraskin 2014-08-20 00:48:59 +04:00
parent 585b05930b
commit a892084d18
1 changed files with 2 additions and 2 deletions

View File

@ -121,14 +121,14 @@ class TexAtl_Main(Panel):
text="SelectGroup", icon="GROUP")
#self.layout.separator()
self.layout.label(text="Autounwrap:")
self.layout.label(text="Auto Unwrap:")
self.layout.prop(group, 'unwrap_type', text='Lightmap', expand=True)
row = self.layout.row()
row.operator(
"object.ms_auto", text="Auto Unwrap", icon="LAMP_SPOT")
row.prop(group, 'autoUnwrapPrecision', text='')
self.layout.label(text="Autounwrap:")
self.layout.label(text="Manual Unwrap:")
row = self.layout.row()
row.operator(
"object.ms_run", text="StartManualUnwrap", icon="LAMP_SPOT")