Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Weisl committed Aug 13, 2023
1 parent 6e7b8a1 commit 64567dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bmesh_operations/mesh_split_by_island.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import bpy
import bmesh
import sys


# Simple - get all linked faces
def get_linked_faces(f):
sys.setrecursionlimit(10**6)
if f.tag:
# If the face is already tagged, return empty list
return []
Expand Down

0 comments on commit 64567dd

Please sign in to comment.