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>2015-04-02 15:36:34 +0300
committermifth <paulgeraskin@gmail.com>2015-04-02 15:36:34 +0300
commitf30d01dcd59fd55b33ed7950eea802cf7e9115ef (patch)
treec8626479e051b5381ccf92d8c0653ff1f49841b8
parent77893ffd964214baf2b11498defad4f355073310 (diff)
[textureAtlas] incorrect button name
-rw-r--r--uv_texture_atlas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py
index a525e933..8b885da6 100644
--- a/uv_texture_atlas.py
+++ b/uv_texture_atlas.py
@@ -133,7 +133,7 @@ class TexAtl_Main(Panel):
row.operator(
"object.ms_run", text="StartManualUnwrap", icon="LAMP_SPOT")
row.operator(
- "object.ms_run_remove", text="FinshManualUnwrap", icon="LAMP_SPOT")
+ "object.ms_run_remove", text="FinishManualUnwrap", icon="LAMP_SPOT")
class TexAtl_RunAuto(Operator):