From a597a380bbf513edf59b183cea3fb0545e859cca Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Sun, 19 Jul 2015 18:35:09 +0200 Subject: Properly fix T45477 Code was actually skipping setting color selection indices and previous commit actually broke mask selection in texture painting. All should work now. --- source/blender/editors/space_view3d/drawobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_view3d') diff --git a/source/blender/editors/space_view3d/drawobject.c b/source/blender/editors/space_view3d/drawobject.c index f7153908851..9abc63ffc37 100644 --- a/source/blender/editors/space_view3d/drawobject.c +++ b/source/blender/editors/space_view3d/drawobject.c @@ -8462,7 +8462,7 @@ static void bbs_mesh_solid_EM(BMEditMesh *em, Scene *scene, View3D *v3d, } else { - dm->drawMappedFaces(dm, bbs_mesh_mask__setSolidDrawOptions, NULL, NULL, em->bm, 0); + dm->drawMappedFaces(dm, bbs_mesh_mask__setSolidDrawOptions, NULL, NULL, em->bm, DM_DRAW_SKIP_SELECT); } } -- cgit v1.2.3