Changeset View
Changeset View
Standalone View
Standalone View
source/blender/bmesh/operators/bmo_subdivide.c
| Context not available. | |||||
| * multiple faces yet. that might require a convexity test to figure out which | * multiple faces yet. that might require a convexity test to figure out which | ||||
| * face is "best" and who knows what for non-manifold conditions. | * face is "best" and who knows what for non-manifold conditions. | ||||
| * | * | ||||
| * note: we allow adjacent here, since theres no chance this happens. | * note: we allow adjacent here, since there's no chance this happens. | ||||
| */ | */ | ||||
| f = BM_vert_pair_share_face_by_len(v_a, v_b, &l_a, &l_b, true); | f = BM_vert_pair_share_face_by_len(v_a, v_b, &l_a, &l_b, true); | ||||
| Context not available. | |||||