Skip to content
Snippets Groups Projects
Commit a0b63f1f authored by Brendon Murphy's avatar Brendon Murphy
Browse files

Fix for Fracture tools, thanks to mont29

parent 6017855a
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -214,7 +214,7 @@ def boolop(ob, cutter, op):
if len(nmesh.vertices) > 0:
a.modifiers.remove(a.modifiers['Boolean'])
bpy.ops.object.duplicate(linked=False, mode=1)
bpy.ops.object.duplicate(linked=False, mode='DUMMY')
new_shard = sce.objects.active
new_shard.data = nmesh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment