Skip to content

Commit

Permalink
Version 4.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Mar 4, 2017
1 parent dc80dae commit b606194
Show file tree
Hide file tree
Showing 19 changed files with 27 additions and 24 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Blender Add-on: Magic UV (Copy/Paste UV)

This is a blender add-on "Magic UV". (also known as Copy/Paste UV for older version)
You can manipulate UV with this plugin.
"Magic UV" consists of many UV manipulation features.

This add-on is **Contrib** support level.
"Magic UV" is in **Contrib** support level.
So, stable version is included on **Blender Test Build**.
Of cource, you can also download older version from below links.
Of course, you can also download older version from below links.

If you want to try newest but unstable version, you can download it from [unstable version](https://github.com/nutti/Magic-UV/archive/develop.zip).

Expand All @@ -14,6 +14,7 @@ If you want to try newest but unstable version, you can download it from [unstab
|Version|Download URL|
|---|---|
|*unstable*|[Download](https://github.com/nutti/Magic-UV/archive/develop.zip)|
|4.2|[Download](https://github.com/nutti/Magic-UV/releases/tag/v4.2)|
|4.1|[Download](https://github.com/nutti/Magic-UV/releases/tag/v4.1)|
|4.0|[Download](https://github.com/nutti/Magic-UV/releases/tag/v4.0)|
|3.2|[Download](https://github.com/nutti/Magic-UV/releases/tag/v3.2)|
Expand All @@ -31,7 +32,7 @@ If you want to try newest but unstable version, you can download it from [unstab

## Features

This add-on's features are as follows.
"Magic UV" have features as follows.

* Copy/Paste UV Coordinates
* Copy/Paste UV Coordinates (by selection sequence)
Expand All @@ -46,14 +47,15 @@ This add-on's features are as follows.
* Mirror UV
* World Scale UV
* Unwrap Constraint
* Preserve UV Aspect

## Tutorials

See [Wiki Pages](https://github.com/nutti/Magic-UV/wiki/Tutorial) .

## Related Links

This add-on is introduced in some places.
"Magic UV" is introduced in some places.
See the link below for further details.

* [Blender Wiki page](http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/UV/Copy_Paste_UVs)
Expand All @@ -63,6 +65,7 @@ See the link below for further details.
## Change Log
|Version|Release Date|Change Log|
|---|---|---|
|4.2|2017.3.4|[1] **Add feature**<br> - Preserve UV Aspect<br>[2] Improve feature<br> - Texture Projection<br>(1) Add option: Texture rendering method<br>[3] Improve UI<br>[4] Optimization/Refactoring<br>[5] Fixed bug|
|4.1|2016.11.13|[1] **Add feature**<br> - Copy/Paste UV Coordinates (Among same objects)<br> - Texture Lock<br> - Mirror UV<br> - World Scale UV<br> - Unwrap Constraint<br>[2] Improve feature - Pack UV (with same UV island packing)<br>(1) Add option: Allowable center/size deviation option<br>[3] Fixed bug|
|4.0|2016.5.14|[1] Rename this add-on<br>[2] **Add feature**<br> - Manipulate UV with Bounding Box in UV Editor<br> - Move UV from 3D View<br> - Texture Projection<br> - Pack UV (with same UV island packing)<br>[3] Improve feature - Copy/Paste UV<br>(1) N to M copy/paste UV<br>(2) Copy/Paste UV by selection sequence between specified UV maps<br>[4] Optimization/Refactoring<br>[5] Fixed bugs|
|3.2|2015.6.20|Improve feature<br> - Transfer UV<br>(1) Copy/Paste to multiple meshes<br>(2) Partially copy/paste UV|
Expand All @@ -77,7 +80,7 @@ See the link below for further details.

## Bug report / Feature request

This addon's project is in progress.
This project is in progress.
If you want to report problem or request feature, please make issues.

https://github.com/nutti/Magic-UV/issues
Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__date__ = "28 Jan 2017"
__date__ = "4 Mar 2017"


bl_info = {
Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__date__ = "28 Jan 2017"
__date__ = "4 Mar 2017"


import bpy
Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_cpuv_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__date__ = "28 Jan 2017"
__date__ = "4 Mar 2017"


import bpy
Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_cpuv_selseq_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__date__ = "28 Jan 2017"
__date__ = "4 Mar 2017"


import bpy
Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_fliprot_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__date__ = "28 Jan 2017"
__date__ = "4 Mar 2017"


import bpy
Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__date__ = "28 Jan 2017"
__date__ = "4 Mar 2017"


import bpy
Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_mirroruv_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__author__ = "Keith (Wahooney) Boshoff, Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__date__ = "28 Jan 2017"
__date__ = "4 Mar 2017"


import bpy
Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_mvuv_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__author__ = "kgeogeo, mem, Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__date__ = "28 Jan 2017"
__date__ = "4 Mar 2017"


import bpy
Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_packuv_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__date__ = "28 Jan 2017"
__date__ = "4 Mar 2017"


import bpy
Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__date__ = "28 Jan 2017"
__date__ = "4 Mar 2017"


import bpy
Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_preserve_uv_aspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__date__ = "28 Jan 2017"
__date__ = "4 Mar 2017"


import bpy
Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_props.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__date__ = "28 Jan 2017"
__date__ = "4 Mar 2017"


import bpy
Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_texlock_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__date__ = "28 Jan 2017"
__date__ = "4 Mar 2017"


import bpy
Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_texproj_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__date__ = "28 Jan 2017"
__date__ = "4 Mar 2017"


import bpy
Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_transuv_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__author__ = "Nutti <nutti.metro@gmail.com>, Mifth, MaxRobinot"
__status__ = "production"
__version__ = "4.2"
__date__ = "28 Jan 2017"
__date__ = "4 Mar 2017"


import bpy
Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_unwrapconst_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__date__ = "28 Jan 2017"
__date__ = "4 Mar 2017"


import bpy
Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_uvbb_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__date__ = "28 Jan 2017"
__date__ = "4 Mar 2017"


import bpy
Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_wsuv_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__author__ = "McBuff, Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__date__ = "28 Jan 2017"
__date__ = "4 Mar 2017"


import bpy
Expand Down

0 comments on commit b606194

Please sign in to comment.