Skip to content

Commit

Permalink
Fix for Fracture tools, thanks to mont29
Browse files Browse the repository at this point in the history
  • Loading branch information
meta-androcto committed Apr 15, 2011
1 parent 6017855 commit a0b63f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified object_fracture/data.blend
Binary file not shown.
2 changes: 1 addition & 1 deletion object_fracture/fracture_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0b63f1

Please sign in to comment.