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:
authorCampbell Barton <ideasman42@gmail.com>2017-03-19 04:49:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-03-19 04:49:18 +0300
commit57f376e9465c6b79ebd4409bc30e0b5930dd4140 (patch)
tree8dc6d5940bc8c39d7979d3b35c19d91f4bb83bf0 /oscurart_tools/oscurart_meshes.py
parent1338695613af08ae912e6507f0fc89d54577e11a (diff)
Cleanup: trailing space
Diffstat (limited to 'oscurart_tools/oscurart_meshes.py')
-rw-r--r--oscurart_tools/oscurart_meshes.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/oscurart_tools/oscurart_meshes.py b/oscurart_tools/oscurart_meshes.py
index 67c9623f..595a0971 100644
--- a/oscurart_tools/oscurart_meshes.py
+++ b/oscurart_tools/oscurart_meshes.py
@@ -321,7 +321,7 @@ class OscObjectToMesh(Operator):
bl_label = "Object To Mesh"
bl_label = "Object To Mesh"
-
+
@classmethod
def poll(cls, context):
return (context.active_object is not None and
@@ -476,7 +476,7 @@ class ModalIndexOperator(Operator):
# -------------------------- SELECT DOUBLES
-def SelDoubles(self, context):
+def SelDoubles(self, context):
bm = bmesh.from_edit_mesh(bpy.context.object.data)
for v in bm.verts:
@@ -495,7 +495,7 @@ def SelDoubles(self, context):
bm.verts[v].select = 1
bpy.context.scene.objects.active = bpy.context.scene.objects.active
-
+
class SelectDoubles(Operator):
"""Selects duplicated vertex without merge them."""
@@ -512,4 +512,4 @@ class SelectDoubles(Operator):
def execute(self, context):
SelDoubles(self, context)
- return {'FINISHED'} \ No newline at end of file
+ return {'FINISHED'} \ No newline at end of file