Sculpt Expand: Default Face Set boundary modes to topology

This commit is contained in:
Pablo Dobarro 2021-03-24 21:20:09 +01:00
parent ce6d9112aa
commit ce9e0b53b1
1 changed files with 2 additions and 1 deletions

View File

@ -1012,7 +1012,8 @@ static void sculpt_expand_initialize_from_face_set_boundary(Object *ob,
BLI_BITMAP_ENABLE(enabled_vertices, i);
}
if (BKE_pbvh_type(ss->pbvh) == PBVH_FACES) {
/* TODO: Default to topology. */
if (BKE_pbvh_type(ss->pbvh) == PBVH_FACES && false) {
sculpt_expand_geodesics_from_state_boundary(ob, expand_cache, enabled_vertices);
}
else {