Skip to content

Commit

Permalink
fix for issue #1282
Browse files Browse the repository at this point in the history
  • Loading branch information
vxlcoder committed Nov 22, 2023
1 parent 5af1f0f commit 9e414ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions retopoflow/rfmesh/rfmesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -1720,6 +1720,7 @@ def new_edge(self, verts):

def new_face(self, verts):
# see if a face happens to exist already...
verts = [v for v in verts if v]
face_in_common = accumulate_last(
(
set(f for f in v.link_faces if f.is_valid)
Expand Down

0 comments on commit 9e414ea

Please sign in to comment.