fix own error in recent update to follow active quads [#33783] Unwrap with Follow Active Quad fails
This commit is contained in:
@@ -49,8 +49,13 @@ def extend(obj, operator, EXTEND_MODE):
|
|||||||
|
|
||||||
# our own local walker
|
# our own local walker
|
||||||
def walk_face_init(faces, f_act):
|
def walk_face_init(faces, f_act):
|
||||||
|
# first tag all faces True (so we dont uvmap them)
|
||||||
|
for f in bm.faces:
|
||||||
|
f.tag = True
|
||||||
|
# then tag faces arg False
|
||||||
for f in faces:
|
for f in faces:
|
||||||
f.tag = False
|
f.tag = False
|
||||||
|
# tag the active face True since we begin there
|
||||||
f_act.tag = True
|
f_act.tag = True
|
||||||
|
|
||||||
def walk_face(f):
|
def walk_face(f):
|
||||||
|
Reference in New Issue
Block a user