add bridge cut curve

pull/218/head
palain 2022-06-01 09:51:10 -03:00
rodzic 0d5834671b
commit fe28729fe4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -251,7 +251,7 @@ def useBridges(ch, o):
count += 1
verts.append((x, y, o.minz)) # make new vertex
isedge += 1
if isedge > 1: # Two or more points make an edge
if isedge > 1: # Two points make an edge
edge = []
edge.append(count-2) # Edge are in pairs of coordinates
edge.append(count-1)