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_texture_atlas.py')
-rw-r--r--uv_texture_atlas.py25
1 files changed, 13 insertions, 12 deletions
diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py
index 8b885da6..3e6a657f 100644
--- a/uv_texture_atlas.py
+++ b/uv_texture_atlas.py
@@ -30,18 +30,19 @@ bl_info = {
}
import bpy
-from bpy.types import (Operator,
- Panel,
- PropertyGroup,
- )
-
-from bpy.props import (BoolProperty,
- CollectionProperty,
- EnumProperty,
- FloatProperty,
- IntProperty,
- StringProperty,
- )
+from bpy.types import (
+ Operator,
+ Panel,
+ PropertyGroup,
+ )
+from bpy.props import (
+ BoolProperty,
+ CollectionProperty,
+ EnumProperty,
+ FloatProperty,
+ IntProperty,
+ StringProperty,
+ )
import mathutils