[Bf-extensions-cvs] [a892084] master: [TextureAtlas] gui tweaks 2.

mifth noreply at git.blender.org
Tue Aug 19 22:49:03 CEST 2014


Commit: a892084d180bdfb9627c035c4ef000b50041e7e9
Author: mifth
Date:   Wed Aug 20 00:48:59 2014 +0400
Branches: master
https://developer.blender.org/rBAa892084d180bdfb9627c035c4ef000b50041e7e9

[TextureAtlas] gui tweaks 2.

===================================================================

M	uv_texture_atlas.py

===================================================================

diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py
index c71f0da..51739ac 100644
--- a/uv_texture_atlas.py
+++ b/uv_texture_atlas.py
@@ -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")



More information about the Bf-extensions-cvs mailing list