Skip to content

Commit

Permalink
Version 6.6 released
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Apr 22, 2022
1 parent 53d2ed0 commit ed2a1e4
Show file tree
Hide file tree
Showing 46 changed files with 92 additions and 92 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## [Unreleased](https://github.com/nutti/Magic-UV/compare/v6.6...master)


## [Version 6.6](https://github.com/nutti/Magic-UV/compare/v6.5...v6.6) - 2022.X.XX
## [Version 6.6](https://github.com/nutti/Magic-UV/compare/v6.5...v6.6) - 2022.4.22

### Added Features

Expand Down
6 changes: 3 additions & 3 deletions src/magic_uv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"


bl_info = {
Expand All @@ -14,7 +14,7 @@
"Keith (Wahooney) Boshoff, McBuff, MaxRobinot, "
"Alexander Milovsky, Dusan Stevanovic, MatthiasThDs, "
"theCryingMan, PratikBorhade302",
"version": (6, 5, 0),
"version": (6, 6, 0),
"blender": (2, 80, 0),
"location": "See Add-ons Preferences",
"description": "UV Toolset. See Add-ons Preferences for details",
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

from collections import defaultdict
from pprint import pprint
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

if "bpy" in locals():
import importlib
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

if "bpy" in locals():
import importlib
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/align_uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "imdjs, Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

import math
from math import atan2, tan, sin, cos
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/align_uv_cursor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

import bpy
from mathutils import Vector
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/clip_uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Dusan Stevanovic, Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"


import math
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/copy_paste_uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>, Jace Priester"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

import bmesh
import bpy.utils
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/copy_paste_uv_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

import bmesh
import bpy
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/copy_paste_uv_uvedit.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "imdjs, Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

import math
from math import atan2, sin, cos
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/flip_rotate_uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

import bpy
import bmesh
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/mirror_uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Keith (Wahooney) Boshoff, Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

import bpy
from bpy.props import (
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/move_uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "kgeogeo, mem, Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

import bpy
from bpy.props import BoolProperty
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/pack_uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

from math import fabs

Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/preserve_uv_aspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

import bpy
from bpy.props import StringProperty, EnumProperty, BoolProperty
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/select_uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

import bpy
from bpy.props import BoolProperty, FloatProperty, EnumProperty
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/smooth_uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "imdjs, Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

import bpy
from bpy.props import BoolProperty, FloatProperty
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/texture_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

import math
from math import atan2, cos, sqrt, sin, fabs
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/texture_projection.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

from collections import namedtuple
from math import sin, cos
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/texture_wrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

import bpy
from bpy.props import (
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/transfer_uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>, Mifth, MaxRobinot"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

from collections import OrderedDict

Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/unwrap_constraint.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

import bpy
from bpy.props import (
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/uv_bounding_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

from enum import IntEnum
import math
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/uv_inspection.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

import random
from math import fabs
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/uv_sculpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

from math import pi, cos, tan, sin

Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/uvw.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Alexander Milovsky, Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

from math import sin, cos, pi

Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/op/world_scale_uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "McBuff, Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

from math import sqrt

Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

import bpy
from bpy.props import (
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"


from .utils.property_class_registry import PropertyClassRegistry
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/ui/IMAGE_MT_uvs.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

import bpy

Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/ui/VIEW3D_MT_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

import bpy

Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/ui/VIEW3D_MT_uv_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

import bpy.utils

Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

if "bpy" in locals():
import importlib
Expand Down
4 changes: 2 additions & 2 deletions src/magic_uv/ui/uvedit_copy_paste_uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "6.5"
__date__ = "6 Mar 2021"
__version__ = "6.6"
__date__ = "22 Apr 2022"

import bpy

Expand Down
Loading

0 comments on commit ed2a1e4

Please sign in to comment.