Cleanup: Remove unnecessary sculpt visibility update

Mainly for semantic reasoning-- these face set gestures don't change visibility.
This commit is contained in:
Hans Goudey
2023-12-14 15:06:08 -05:00
parent f15bca64f2
commit 1d94003660

View File

@@ -1125,10 +1125,7 @@ static void sculpt_gesture_face_set_apply_for_symmetry_pass(bContext * /*C*/,
}
}
static void sculpt_gesture_face_set_end(bContext * /*C*/, SculptGestureContext *sgcontext)
{
bke::pbvh::update_visibility(*sgcontext->ss->pbvh);
}
static void sculpt_gesture_face_set_end(bContext * /*C*/, SculptGestureContext * /*sgcontext*/) {}
static void sculpt_gesture_init_face_set_properties(SculptGestureContext *sgcontext,
wmOperator * /*op*/)