Changeset View
Changeset View
Standalone View
Standalone View
source/blender/bmesh/tools/bmesh_bisect_plane.c
| Show First 20 Lines • Show All 202 Lines • ▼ Show 20 Lines | if (LIKELY(STACK_SIZE(vert_split_arr) == 2)) { | ||||
| } | } | ||||
| if (oflag_new) { | if (oflag_new) { | ||||
| BMO_face_flag_enable(bm, l_new->f, oflag_new); | BMO_face_flag_enable(bm, l_new->f, oflag_new); | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| else { | else { | ||||
| uint i; | uint i = 0; | ||||
| /* ---- */ | /* ---- */ | ||||
| /* Check contiguous spans of centered vertices (skipping when necessary). */ | /* Check contiguous spans of centered vertices (skipping when necessary). */ | ||||
| if (face_has_center_edge) { | if (face_has_center_edge) { | ||||
| /* Loop indices need to be set for adjacency checks. */ | /* Loop indices need to be set for adjacency checks. */ | ||||
| l_iter = l_first; | l_iter = l_first; | ||||
| do { | do { | ||||
| ▲ Show 20 Lines • Show All 349 Lines • Show Last 20 Lines | |||||