Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormifth <paulgeraskin@gmail.com>2014-08-20 00:48:59 +0400
committermifth <paulgeraskin@gmail.com>2014-08-20 00:48:59 +0400
commita892084d180bdfb9627c035c4ef000b50041e7e9 (patch)
tree0703b898234e1ac896e981b298bc701cef91069a /uv_texture_atlas.py
parent585b05930b8f67bbd76d7f8c62da559cccfd1ff7 (diff)
[TextureAtlas] gui tweaks 2.
Diffstat (limited to 'uv_texture_atlas.py')
-rw-r--r--uv_texture_atlas.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py
index c71f0dac..51739acb 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")