Changeset View
Changeset View
Standalone View
Standalone View
source/blender/bmesh/intern/bmesh_mods.c
| Context not available. | |||||
| /* Rotate The Edge */ | /* Rotate The Edge */ | ||||
| /* first create the new edge, this is so we can copy the customdata from the old one | /* first create the new edge, this is so we can copy the customdata from the old one | ||||
| * if splice if disabled, always add in a new edge even if theres one there. */ | * if splice if disabled, always add in a new edge even if there's one there. */ | ||||
| e_new = BM_edge_create(bm, v1, v2, e, (check_flag & BM_EDGEROT_CHECK_SPLICE) ? BM_CREATE_NO_DOUBLE : BM_CREATE_NOP); | e_new = BM_edge_create(bm, v1, v2, e, (check_flag & BM_EDGEROT_CHECK_SPLICE) ? BM_CREATE_NO_DOUBLE : BM_CREATE_NOP); | ||||
| f_hflag_prev_1 = l1->f->head.hflag; | f_hflag_prev_1 = l1->f->head.hflag; | ||||
| Context not available. | |||||