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:
Diffstat (limited to 'uv_magic_uv/muv_texlock_ops.py')
-rw-r--r--uv_magic_uv/muv_texlock_ops.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/uv_magic_uv/muv_texlock_ops.py b/uv_magic_uv/muv_texlock_ops.py
index a3ddda2b..f3ff499e 100644
--- a/uv_magic_uv/muv_texlock_ops.py
+++ b/uv_magic_uv/muv_texlock_ops.py
@@ -20,11 +20,14 @@
__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
-__version__ = "4.3"
-__date__ = "1 Apr 2017"
+__version__ = "4.3.1"
+__date__ = "6 June 2017"
import math
-from math import atan2, cos, sqrt, sin, fabs
+from math import (
+ atan2, cos,
+ sqrt, sin, fabs,
+ )
import bpy
import bmesh