795e63a4c76249a6958a4a985b8a4391db11a078
Partial redrawing of the 3d viewport has not worked since the transition to 2.8. Despite this, we still calculate the paint BVH bounds of the affected area. To avoid this wasted work and simplify the code, we remove the related functions. Further work to enable partial redraws would not necessarily be integrated in the same way. Additionally, a minor speedup of 1.05x (1.00ms to 0.95ms) can be observed with this commit when performing weight painting on a mesh with 2 million elements. Similar to #136471 Pull Request: https://projects.blender.org/blender/blender/pulls/136912
…
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%
