Fix #103244: ghosting in Eevee with sculpt paint brush and canvas #104557

Open
Colin Marmond wants to merge 9 commits from Kdaf/blender:fix-103244-sculpt-lighting-using-paint-brush-on-image into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 3328982d27 - Show all commits

View File

@ -5366,7 +5366,6 @@ void SCULPT_flush_update_step(bContext *C, SculptUpdateType update_flags)
ARegion *region = CTX_wm_region(C);
MultiresModifierData *mmd = ss->multires.modifier;
RegionView3D *rv3d = CTX_wm_region_view3d(C);
View3D *v3d = CTX_wm_view3d(C);
Mesh *mesh = static_cast<Mesh *>(ob->data);
if (rv3d) {