2228006d5bdfc77da96eacdc4a386fb61bb11fe3
Switch from face pointers to indices, with the following benefits: - Halve memory usage required for array (saves 16 MB with 1 million quads). - Allow better code reuse with index-based utilities. - Ease future replacement of `SubdivCCGFace` with mesh's face offsets. - Allow future replacement of array with `Mesh::corner_to_face_map()` - Potentially lower memory bandwidth required during multires evaluation - Simplify retrieval of index in `BKE_subdiv_ccg_grid_to_face_index`. For clarity, `gridfaces` was renamed to `grid_to_face_map`. Pull Request: https://projects.blender.org/blender/blender/pulls/111078
…
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%
