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/select_doubles.py')
-rw-r--r--oscurart_tools/mesh/select_doubles.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/oscurart_tools/mesh/select_doubles.py b/oscurart_tools/mesh/select_doubles.py
index b2a7d434..6551824a 100644
--- a/oscurart_tools/mesh/select_doubles.py
+++ b/oscurart_tools/mesh/select_doubles.py
@@ -72,6 +72,3 @@ class SelectDoubles(Operator):
def execute(self, context):
SelDoubles(self, context,self.distance)
return {'FINISHED'}
-
-
-