c97178fa2eab80df3d5a31959083488c0c6a3068
The goal is to move to more data oriented design, reducing memory usage and simplifying code by clarifying data access, avoiding unnecessary levels of abstraction, and reusing code. - Simplify threading with the C++ threading API - Pass the faces to update with an IndexMask instead of a pointer array - IndexMask uses less memory and simplifies masking and iteration - Store the grid to face map with indices instead of pointers - Now this is exactly the same as `build_loop_to_face_map`
…
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%
