diff --git a/source/blender/editors/sculpt_paint/paint_vertex.cc b/source/blender/editors/sculpt_paint/paint_vertex.cc index 0b510b1ae26..23db04d1bc5 100644 --- a/source/blender/editors/sculpt_paint/paint_vertex.cc +++ b/source/blender/editors/sculpt_paint/paint_vertex.cc @@ -3695,6 +3695,7 @@ static void vpaint_paint_leaves(bContext *C, switch ((eBrushVertexPaintTool)brush->vertexpaint_tool) { case VPAINT_TOOL_AVERAGE: calculate_average_color(vpd, ob, me, brush, attribute, nodes); + vpaint_do_draw(C, sd, vp, vpd, ob, me, nodes, attribute); break; case VPAINT_TOOL_DRAW: vpaint_do_draw(C, sd, vp, vpd, ob, me, nodes, attribute);