c042c67011e59fff4171d581e6f34018f53bed0c
Intersect mode needs to set everything **outside** of the selection mask to non-selected and leave the rest untouched. We already had the comment to "un-set all elements not in the mask" but that was actually unsetting **everything**. In theory, we could also early out for `SEL_OP_AND` since the following `apply_mask_as_` calls are not doing anything for `SEL_OP_AND` really (but left the change to be minimal). Pull Request: https://projects.blender.org/blender/blender/pulls/134400
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
