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:
authornutti <nutti.metro@gmail.com>2020-08-10 10:07:26 +0300
committernutti <nutti.metro@gmail.com>2020-08-10 10:24:28 +0300
commit8db46434a4b25569372a7172f83733ec14dffb31 (patch)
treef981b15847246b0ffb054cc4d87083b2ec394fda /magic_uv/__init__.py
parent7084d19ef5886b740b65ba6a4234849859e0e5b8 (diff)
Magic UV: Release v6.3
Added features - Clip UV Updated features - World Scale UV * Add option "Area Calculation Method" * Add option "Only Selected" - UVW * Support multiple objects - Select UV * Support multiple objects - UV Inspection * Add Paint UV Island feature * Support multiple objects Other updates - Fix bugs - Optimization
Diffstat (limited to 'magic_uv/__init__.py')
-rw-r--r--magic_uv/__init__.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/magic_uv/__init__.py b/magic_uv/__init__.py
index 8630038a..b92714fe 100644
--- a/magic_uv/__init__.py
+++ b/magic_uv/__init__.py
@@ -20,21 +20,23 @@
__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
-__version__ = "6.2"
-__date__ = "31 Jul 2019"
+__version__ = "6.3"
+__date__ = "10 Aug 2020"
bl_info = {
"name": "Magic UV",
"author": "Nutti, Mifth, Jace Priester, kgeogeo, mem, imdjs"
"Keith (Wahooney) Boshoff, McBuff, MaxRobinot, "
- "Alexander Milovsky",
- "version": (6, 2, 0),
+ "Alexander Milovsky, Dusan Stevanovic",
+ "version": (6, 3, 0),
"blender": (2, 80, 0),
"location": "See Add-ons Preferences",
"description": "UV Toolset. See Add-ons Preferences for details",
"warning": "",
"support": "COMMUNITY",
+ "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "uv/magic_uv.html",
"doc_url": "{BLENDER_MANUAL_URL}/addons/uv/magic_uv.html",
"tracker_url": "https://github.com/nutti/Magic-UV",
"category": "UV",