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 /object_boolean_tools.py
parent1338695613af08ae912e6507f0fc89d54577e11a (diff)
Cleanup: trailing space
Diffstat (limited to 'object_boolean_tools.py')
-rw-r--r--object_boolean_tools.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/object_boolean_tools.py b/object_boolean_tools.py
index b780d644..f0b2669f 100644
--- a/object_boolean_tools.py
+++ b/object_boolean_tools.py
@@ -704,7 +704,7 @@ class Auto_Slice(AutoBoolean, Operator):
scene.objects.active = obj_copy
self.boolean_mod(obj_copy, ob, 'INTERSECT')
obj_copy.select = True
-
+
return {'FINISHED'}
@@ -1146,7 +1146,7 @@ class BoolTool_BViwer(Panel):
Dw = row.operator("btool.move_stack", icon="TRIA_DOWN", emboss=False)
Dw.modif = mod.name
Dw.direction = "DOWN"
-
+
# ------------------ BOOL TOOL Help ----------------------------
class BoolTool_help(bpy.types.Operator):
bl_idname = 'help.bool_tool'
@@ -1213,7 +1213,7 @@ class BoolTool_Pref(AddonPreferences):
default=False,
description="When Apply a Brush to de Object it will create a new vertex group of the bondary boolean area",
)
-
+
use_wire = BoolProperty(
name="Use Bmesh",
default=False,