[Bf-extensions-cvs] [7bc990e2] master: Bool Tool: Auto Booleans now handle boolean operations with multi-user objects

Mikhail Rachinskiy noreply at git.blender.org
Mon Jun 26 13:26:32 CEST 2017


Commit: 7bc990e29c31b20d6ef2fd09f662af3617362471
Author: Mikhail Rachinskiy
Date:   Mon Jun 26 15:26:28 2017 +0400
Branches: master
https://developer.blender.org/rBA7bc990e29c31b20d6ef2fd09f662af3617362471

Bool Tool: Auto Booleans now handle boolean operations with multi-user objects

===================================================================

M	object_boolean_tools.py

===================================================================

diff --git a/object_boolean_tools.py b/object_boolean_tools.py
index 24dd2d73..44362ad1 100644
--- a/object_boolean_tools.py
+++ b/object_boolean_tools.py
@@ -605,6 +605,7 @@ class AutoBoolean:
         for ob in bpy.context.selected_objects:
             if ob.type != 'MESH':
                 ob.select = False
+        bpy.ops.object.make_single_user(object=True, obdata=True)
         bpy.ops.object.convert(target='MESH')
 
     def mesh_selection(self, ob, select_action):



More information about the Bf-extensions-cvs mailing list