Fix #109822: Average Brush in Vertex Paint Mode is broken #109971

Merged
Philipp Oeser merged 1 commits from lichtwerk/blender:109822 into main 2023-07-12 09:45:29 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -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);