Cleanup: Remove unnecessary sculpt visibility update
Mainly for semantic reasoning-- these face set gestures don't change visibility.
This commit is contained in:
@@ -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*/)
|
||||
|
||||
Reference in New Issue
Block a user