Changeset View
Changeset View
Standalone View
Standalone View
source/blender/bmesh/tools/bmesh_separate.c
| Context not available. | |||||
| * - Enable all vertex tags, then clear all tagged vertices from 'faces_b'. | * - Enable all vertex tags, then clear all tagged vertices from 'faces_b'. | ||||
| * | * | ||||
| * - Loop over 'faces_a', checking each vertex, | * - Loop over 'faces_a', checking each vertex, | ||||
| * splitting out any which aren't tagged (and therefor shared), disabling tags as we go. | * splitting out any which aren't tagged (and therefore shared), disabling tags as we go. | ||||
| */ | */ | ||||
| BMFace *f; | BMFace *f; | ||||
| Context not available. | |||||