Sculpt: allow to select objects when in sculpt mode

This was disabled with circle select (which makes sense), but all other
paint modes allow this and sculpt isnt using select mouse.
This commit is contained in:
Campbell Barton 2014-02-26 15:41:42 +11:00
parent d2548f561c
commit 1dd7e759a0
Notes: blender-bot 2023-02-14 11:07:27 +01:00
Referenced by issue #38814, Sculpt Mode Ctrl + Right Click Shortcut absent
1 changed files with 0 additions and 2 deletions

View File

@ -2250,8 +2250,6 @@ static int view3d_select_exec(bContext *C, wmOperator *op)
retval = mouse_mball(C, location, extend, deselect, toggle);
}
else if (obact && obact->mode & OB_MODE_SCULPT)
return OPERATOR_CANCELLED;
else if (obact && obact->mode & OB_MODE_PARTICLE_EDIT)
return PE_mouse_particles(C, location, extend, deselect, toggle);
else if (obact && paint_facesel_test(obact))