From 117faa96af35685d72e5e01f9a386d163d874133 Mon Sep 17 00:00:00 2001 From: nutti Date: Sat, 6 Mar 2021 17:54:33 +0900 Subject: Magic UV: Release v6.5 Updated Features * Texture Projection * Add option "Scaling", "Rotation", "Translation" * Select UV * Add Zoom Selected UV feature * Add option "Same Polygon Threshold" * Add option "Selection Method" * Add option "Sync Mesh Selection" * UV Inspection * Add option "Same Polygon Threshold" * Add option "Display View3D" * Mirror UV * Add option "Origin" * UVW * Add option "Force Axis" Other Updates * Fix bugs --- magic_uv/op/texture_wrap.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'magic_uv/op/texture_wrap.py') diff --git a/magic_uv/op/texture_wrap.py b/magic_uv/op/texture_wrap.py index 5fd0cfe6..9a706fd7 100644 --- a/magic_uv/op/texture_wrap.py +++ b/magic_uv/op/texture_wrap.py @@ -20,8 +20,8 @@ __author__ = "Nutti " __status__ = "production" -__version__ = "6.4" -__date__ = "23 Oct 2020" +__version__ = "6.5" +__date__ = "6 Mar 2021" import bpy from bpy.props import ( -- cgit v1.2.3