[Bf-extensions-cvs] [b862e95] master: magic uv, fix tracker_url and improve word in add-on preference

Nutti noreply at git.blender.org
Mon Apr 3 13:00:41 CEST 2017


Commit: b862e95e6a55fb2004945299aafaa6773f5eb59b
Author: Nutti
Date:   Mon Apr 3 20:00:21 2017 +0900
Branches: master
https://developer.blender.org/rBAb862e95e6a55fb2004945299aafaa6773f5eb59b

magic uv, fix tracker_url and improve word in add-on preference

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

M	uv_magic_uv/__init__.py
M	uv_magic_uv/muv_preferences.py

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

diff --git a/uv_magic_uv/__init__.py b/uv_magic_uv/__init__.py
index ecb91fc..8622712 100644
--- a/uv_magic_uv/__init__.py
+++ b/uv_magic_uv/__init__.py
@@ -34,7 +34,7 @@ bl_info = {
     "warning": "",
     "support": "COMMUNITY",
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/UV/Magic_UV",
-    "tracker_url": "https://github.com/nutti/Copy-And-Paste-UV",
+    "tracker_url": "https://github.com/nutti/Magic-UV",
     "category": "UV"
 }
 
diff --git a/uv_magic_uv/muv_preferences.py b/uv_magic_uv/muv_preferences.py
index 066cfba..7e13c6e 100644
--- a/uv_magic_uv/muv_preferences.py
+++ b/uv_magic_uv/muv_preferences.py
@@ -91,7 +91,7 @@ class MUV_Preferences(AddonPreferences):
         layout.label("Description:")
         column = layout.column(align=True)
         column.label("Magic UV is composed of many UV editing features.")
-        column.label("See tutorial page if you know about this add-on.")
+        column.label("See tutorial page if you are new to this add-on.")
         column.label("https://github.com/nutti/Magic-UV/wiki/Tutorial")
 
         layout.label("Location:")



More information about the Bf-extensions-cvs mailing list