b8d82c510fd02fa275983b06da491776c9c90de5
"Origin to Geometry" was also affected With very large meshes (report was about this failing for imported terrain data), we lack precision in `BKE_mesh_center_median`. First intuition was to just use doubles, but based on the work done in !132759 to get a more numerically stable way to compute a mean, we can use that instead. So this PR moves `compute_sum` into `blender::array_utils` and re-uses that for `BKE_mesh_center_median` Pull Request: https://projects.blender.org/blender/blender/pulls/138813
…
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%
