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 'oscurart_tools/mesh/overlap_island.py')
-rw-r--r--oscurart_tools/mesh/overlap_island.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/oscurart_tools/mesh/overlap_island.py b/oscurart_tools/mesh/overlap_island.py
index 68b3d339..c6b70cd2 100644
--- a/oscurart_tools/mesh/overlap_island.py
+++ b/oscurart_tools/mesh/overlap_island.py
@@ -95,6 +95,3 @@ class OscOverlapUv(Operator):
def execute(self, context):
DefOscOverlapUv(self,self.offset,self.rotate)
return {'FINISHED'}
-
-
-