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
parent1338695613af08ae912e6507f0fc89d54577e11a (diff)
Cleanup: trailing space
Diffstat (limited to 'oscurart_tools')
-rw-r--r--oscurart_tools/oscurart_meshes.py8
-rw-r--r--oscurart_tools/oscurart_objects.py4
-rw-r--r--oscurart_tools/oscurart_render.py2
3 files changed, 7 insertions, 7 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
diff --git a/oscurart_tools/oscurart_objects.py b/oscurart_tools/oscurart_objects.py
index 347999cd..dda2aa89 100644
--- a/oscurart_tools/oscurart_objects.py
+++ b/oscurart_tools/oscurart_objects.py
@@ -133,7 +133,7 @@ def relinkObjects(self):
if SCENE.objects:
if bpy.selection_osc[-1] in SCENE.objects[:]:
LISTSCENE.append(SCENE)
-
+
if LISTSCENE:
OBJECTS = bpy.selection_osc[:-1]
@@ -290,7 +290,7 @@ def ObjectDistributeOscurart(self, X, Y, Z):
class DialogDistributeOsc(Operator):
- """Distribute evenly the selected objects in x y z"""
+ """Distribute evenly the selected objects in x y z"""
bl_idname = "object.distribute_osc"
bl_label = "Distribute Objects"
Boolx = BoolProperty(name="X")
diff --git a/oscurart_tools/oscurart_render.py b/oscurart_tools/oscurart_render.py
index bdd42642..c3dbe8a9 100644
--- a/oscurart_tools/oscurart_render.py
+++ b/oscurart_tools/oscurart_render.py
@@ -435,7 +435,7 @@ class SumaFile(Operator):
class ClearFile(Operator):
- """Erase the list of broken frames."""
+ """Erase the list of broken frames."""
bl_idname = "object.clear_broken_file"
bl_label = "Clear Broken Files"