Skip to content

Commit

Permalink
Clean unnecessary gathering of bmesh data
Browse files Browse the repository at this point in the history
  • Loading branch information
franMarz authored Dec 12, 2020
1 parent 12c9d3d commit bd48149
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions op_select_islands_overlap.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ def poll(cls, context):

def execute(self, context):
bpy.ops.uv.select_overlap()
bm = bmesh.from_edit_mesh(bpy.context.active_object.data)
uv_layers = bm.loops.layers.uv.verify()
bpy.ops.uv.select_linked()

return {'FINISHED'}


Expand Down

0 comments on commit bd48149

Please sign in to comment.