a412268980a2a5f2da7d05a2d992dca74e9b7ca7
Fixes Overlay-Next selection when multiple objects are hit. To reproduce: - enable "Ovlay Next" in Preferences>Experimental - create any Empty object and duplicate it without moving - try to select by clicking them Crash occurs because `mixed_bones_object_selectbuffer` in `view3d_select.cc` expects that `view3d_opengl_select_ex` will append results to `buffer`. Depending on situation after several `view3d_opengl_select_ex`calls with decreasing radius it tries to `slice` results from buffer: ```c has_bones9 = selectbuffer_has_bones(storage.as_span().slice(ofs, hits9)); ``` Pull Request: https://projects.blender.org/blender/blender/pulls/124154
…
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%
