Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/uvedit/uvedit_ops.c
| Context not available. | |||||
| if (BM_elem_flag_test(eed, BM_ELEM_TAG)) { | if (BM_elem_flag_test(eed, BM_ELEM_TAG)) { | ||||
| BMVert *eve_other = BM_edge_other_vert(eed, eve); | BMVert *eve_other = BM_edge_other_vert(eed, eve); | ||||
| if (BM_elem_flag_test(eve_other, BM_ELEM_TAG)) { | if (BM_elem_flag_test(eve_other, BM_ELEM_TAG)) { | ||||
| /* this is a tagged vert we didnt walk over yet, step onto it */ | /* this is a tagged vert we didn't walk over yet, step onto it */ | ||||
| eve_next = eve_other; | eve_next = eve_other; | ||||
| break; | break; | ||||
| } | } | ||||
| Context not available. | |||||